From ff360b64a63ebaf3c42ee75b6cf1aae8972c6280 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 18 Sep 2009 23:55:56 +0000 Subject: In C++ code completion, only suggest the "template" keyword after ".", "->", or "::" if we will be looking into a dependent context. It's not wrong to use the "template" keyword, but it's to needed, either. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82307 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeCompletion/nested-name-specifier.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/CodeCompletion/nested-name-specifier.cpp') diff --git a/test/CodeCompletion/nested-name-specifier.cpp b/test/CodeCompletion/nested-name-specifier.cpp index f418164b02..4d6a75f8cb 100644 --- a/test/CodeCompletion/nested-name-specifier.cpp +++ b/test/CodeCompletion/nested-name-specifier.cpp @@ -15,5 +15,4 @@ namespace N { // CHECK-CC1: A : 0 // CHECK-CC1: B : 0 // CHECK-CC1: M : 0 -// CHECK-CC1: template : 0 N:: \ No newline at end of file -- cgit v1.2.3-18-g5258