aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/namespace-alias.cpp
AgeCommit message (Expand)Author
2012-04-05Point the caret at the error for the 'expected namespace name' diagnostic inRichard Smith
2010-05-07add PCH support for a bunch of C++ Decls, patch byChris Lattner
2010-05-03When declaring a namespace alias, ignore previous declarations thatDouglas Gregor
2010-03-26Compare namespaces properly when looking for redeclarations ofDouglas Gregor
2010-02-16Support local namespace aliases and permit them to be instantiated.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-31Check in test for namespace aliases+using directives.Anders Carlsson
2009-03-28More improvements to namespace aliases. We now support everything except alia...Anders Carlsson
2009-03-28Fix lookup bugAnders Carlsson
2009-03-28As Eli pointed out, it is possible that a namespace lookup is ambiguous!Anders Carlsson
2009-03-28Check that the alias points to a valid namespace.Anders Carlsson
2009-03-28Check that the namespace alias doesn't conflict with a previous declaration i...Anders Carlsson