diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-18 23:55:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-18 23:55:56 +0000 |
commit | b5c738b4347c5679fc4c2709d151886403e6ba5f (patch) | |
tree | 1906f17496367b08712984dbe7d60d159f0dad8b /clang/test/CodeCompletion/nested-name-specifier.cpp | |
parent | ce23bae4f82a4d2999f8bd502d8277fc3d0db8da (diff) | |
download | bcm5719-llvm-b5c738b4347c5679fc4c2709d151886403e6ba5f.tar.gz bcm5719-llvm-b5c738b4347c5679fc4c2709d151886403e6ba5f.zip |
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
Diffstat (limited to 'clang/test/CodeCompletion/nested-name-specifier.cpp')
-rw-r--r-- | clang/test/CodeCompletion/nested-name-specifier.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |