From b5c738b4347c5679fc4c2709d151886403e6ba5f 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. llvm-svn: 82307 --- clang/test/CodeCompletion/nested-name-specifier.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/CodeCompletion/nested-name-specifier.cpp') diff --git a/clang/test/CodeCompletion/nested-name-specifier.cpp b/clang/test/CodeCompletion/nested-name-specifier.cpp index f418164b024..4d6a75f8cbe 100644 --- a/clang/test/CodeCompletion/nested-name-specifier.cpp +++ b/clang/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