llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual
Serge Pavlov f80df57d39 Update error message text.
Previously if an enumeration was used in a nested name specifier in pre-C++11
language dialect, error message was 'XXX is not a class, namespace, or scoped
enumeration'. This patch removes the word 'scoped' as in C++11 any enumeration
may be used in this context.

llvm-svn: 226410
2015-01-18 19:05:48 +00:00
..
class.qual Update error message text. 2015-01-18 19:05:48 +00:00
namespace.qual Don't fold together the name lookup entries for two declarations if they are 2014-03-17 21:46:03 +00:00
p6-0x.cpp This test should no longer be XFAILed; the standard has stabilized, and the test contents are acceptable. No diagnostics expected from this test. 2014-05-30 13:09:38 +00:00
p6.cpp Sema: Implement DR244 2014-05-21 20:19:59 +00:00