diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-22 23:15:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-22 23:15:58 +0000 |
commit | 5bf52697b079b4b7c9db9a38c202788743d7264d (patch) | |
tree | b6b3ffa4b827c85b1ee51df593f3f60ca9757834 /clang/test/CodeCompletion/namespace-alias.cpp | |
parent | cc52f65500cc929fcf4e4eab37025a1a31dd8761 (diff) | |
download | bcm5719-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/namespace-alias.cpp')
-rw-r--r-- | clang/test/CodeCompletion/namespace-alias.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeCompletion/namespace-alias.cpp b/clang/test/CodeCompletion/namespace-alias.cpp index cae3d561d11..c92e554e5fc 100644 --- a/clang/test/CodeCompletion/namespace-alias.cpp +++ b/clang/test/CodeCompletion/namespace-alias.cpp @@ -15,7 +15,7 @@ namespace N2 { // CHECK-CC1: I1 : 1 // CHECK-CC1: I4 : 1 // CHECK-CC1: I5 : 1 - // CHECK-CC1: N2 : 2 - // CHECK-NEXT-CC1: N4 : 2 + // CHECK-CC1: N2 : 3 + // CHECK-NEXT-CC1: N4 : 3 // RUN: true
\ No newline at end of file |