aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p4.cpp
AgeCommit message (Expand)Author
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-01-07When parsing an identifier as an expression in C++, only try to annotate itJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall
2009-12-04Fix "using typename" and the instantiation of non-dependent using declarations.John McCall