summaryrefslogtreecommitdiff
path: root/test/SemaCXX/namespace-alias.cpp
AgeCommit message (Expand)Author
2015-12-29When a namespace alias redeclares a using declaration, point the diagnostic atRichard Smith
2015-12-29Model NamespaceAliasDecls as having their nominated namespace as an underlyingRichard Smith
2015-12-03PR25731: namespace alias declarations can appear at block scope; ensure that weRichard Smith
2014-09-03[modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixesRichard Smith
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