commit | 392b3f5798a62fe038082df0a5e2244b08b917d8 | [log] [tgz] |
---|---|---|
author | Kaelyn Uhrain <rikka@google.com> | Fri Apr 27 18:26:49 2012 +0000 |
committer | Kaelyn Uhrain <rikka@google.com> | Fri Apr 27 18:26:49 2012 +0000 |
tree | 61d84e5f2e43d5410ac9e1cb1bcdcf383468926e | |
parent | 4e47dee72a19fbc4db256361f0e4056992551c53 [diff] [blame] |
Imrpove the note text for when a non-type decl hides a tag type git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155723 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Parser/cxx-using-declaration.cpp b/test/Parser/cxx-using-declaration.cpp index 8c60b9b..320fd09 100644 --- a/test/Parser/cxx-using-declaration.cpp +++ b/test/Parser/cxx-using-declaration.cpp
@@ -51,7 +51,7 @@ class Bar {}; } -void Bar(int); // expected-note{{non-type 'Bar' shadowing class 'Bar' declared here}} +void Bar(int); // expected-note{{class 'Bar' is hidden by a non-type declaration of 'Bar' here}} using foo::Bar; void ambiguity() {