From 2b3ee156fc516ba18752b5e05b29d63b7df1ce1a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 22 Sep 2009 23:22:24 +0000 Subject: When code-completion finds a declaration only because it is usable as the start of a nested-name-specifier, add the "::" after the nested-name-specifier to the code-completion string. llvm-svn: 82587 --- clang/test/CodeCompletion/tag.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/CodeCompletion') diff --git a/clang/test/CodeCompletion/tag.cpp b/clang/test/CodeCompletion/tag.cpp index 2642b7c7317..b00ff1fabda 100644 --- a/clang/test/CodeCompletion/tag.cpp +++ b/clang/test/CodeCompletion/tag.cpp @@ -21,6 +21,6 @@ namespace N { // CHECK-CC1: A : 4 // CHECK-CC1: X : 4 // CHECK-CC1: Y : 4 - // CHECK-CC1: M : 9 - // CHECK-CC1: N : 9 + // CHECK-CC1: M : 9 : M:: + // CHECK-CC1: N : 9 : N:: // RUN: true -- cgit v1.2.3