summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/operator.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-09-22 23:15:58 +0000
committerDouglas Gregor <dgregor@apple.com>2009-09-22 23:15:58 +0000
commit5bf52697b079b4b7c9db9a38c202788743d7264d (patch)
treeb6b3ffa4b827c85b1ee51df593f3f60ca9757834 /clang/test/CodeCompletion/operator.cpp
parentcc52f65500cc929fcf4e4eab37025a1a31dd8761 (diff)
downloadbcm5719-llvm-5bf52697b079b4b7c9db9a38c202788743d7264d.tar.gz
bcm5719-llvm-5bf52697b079b4b7c9db9a38c202788743d7264d.zip
Tweak the code-completion results ranking and formation, so that
members found in base classes have the same ranking as members found in derived classes. However, we will introduce an informative note for members found in base classes, showing (as a nested-name-specifier) the qualification to name the base class, to make it clear which members are from bases. llvm-svn: 82586
Diffstat (limited to 'clang/test/CodeCompletion/operator.cpp')
-rw-r--r--clang/test/CodeCompletion/operator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeCompletion/operator.cpp b/clang/test/CodeCompletion/operator.cpp
index 72a3f6bb719..a3950f6b891 100644
--- a/clang/test/CodeCompletion/operator.cpp
+++ b/clang/test/CodeCompletion/operator.cpp
@@ -14,5 +14,5 @@ void f() {
// CHECK-CC1: short : 0
// CHECK-CC1: Integer : 2
// CHECK-CC1: T : 2
- // CHECK-CC1: N : 5
+ // CHECK-CC1: N : 6
// RUN: true
OpenPOWER on IntegriCloud