aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion/nested-name-specifier.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-09-18 23:55:56 +0000
committerDouglas Gregor <dgregor@apple.com>2009-09-18 23:55:56 +0000
commitff360b64a63ebaf3c42ee75b6cf1aae8972c6280 (patch)
treec0203afca9a19b5a56f2390ed7bfe7bcc94f00bc /test/CodeCompletion/nested-name-specifier.cpp
parent63f07c55d58951574afe9bbb9f7cb3f92eecdd9b (diff)
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
Diffstat (limited to 'test/CodeCompletion/nested-name-specifier.cpp')
-rw-r--r--test/CodeCompletion/nested-name-specifier.cpp1
1 files changed, 0 insertions, 1 deletions
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