summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-declarators.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-20 23:11:55 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-20 23:11:55 +0000
commit5fb901deee0ce3157daa9b1b46bad7b5b2988dc1 (patch)
treee4efe82c8d482f3ea7277e0ef3363baa4c0103b9 /clang/test/Index/complete-declarators.cpp
parentf3e9a48584f344caa7b211e330387fb39b762265 (diff)
downloadbcm5719-llvm-5fb901deee0ce3157daa9b1b46bad7b5b2988dc1.tar.gz
bcm5719-llvm-5fb901deee0ce3157daa9b1b46bad7b5b2988dc1.zip
Code completion has no reason to prefer values over types, especially
at the statement level or in Objective-C message receivers. Therefore, just give types and declarations the same basic priority, and adjust from there. llvm-svn: 114374
Diffstat (limited to 'clang/test/Index/complete-declarators.cpp')
-rw-r--r--clang/test/Index/complete-declarators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/complete-declarators.cpp b/clang/test/Index/complete-declarators.cpp
index 3c1ba8f9141..2c218c47ef1 100644
--- a/clang/test/Index/complete-declarators.cpp
+++ b/clang/test/Index/complete-declarators.cpp
@@ -34,6 +34,6 @@ struct Z {
// CHECK-CC4: Namespace:{TypedText N}{Text ::} (75)
// CHECK-CC4: NotImplemented:{TypedText operator} (30)
// CHECK-CC4: NotImplemented:{TypedText volatile} (30)
-// CHECK-CC4: StructDecl:{TypedText Y} (60)
+// CHECK-CC4: StructDecl:{TypedText Y} (50)
// CHECK-CC4: StructDecl:{TypedText Z} (20)
OpenPOWER on IntegriCloud