summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/namespace-alias.cpp
Commit message (Expand)AuthorAgeFilesLines
* Point the caret at the error for the 'expected namespace name' diagnostic inRichard Smith2012-04-051-2/+6
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-0/+20
* When declaring a namespace alias, ignore previous declarations thatDouglas Gregor2010-05-031-0/+10
* Compare namespaces properly when looking for redeclarations ofDouglas Gregor2010-03-261-1/+9
* Support local namespace aliases and permit them to be instantiated.John McCall2010-02-161-0/+21
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Check in test for namespace aliases+using directives.Anders Carlsson2009-03-311-0/+14
* More improvements to namespace aliases. We now support everything except alia...Anders Carlsson2009-03-281-0/+23
* Fix lookup bugAnders Carlsson2009-03-281-0/+4
* As Eli pointed out, it is possible that a namespace lookup is ambiguous!Anders Carlsson2009-03-281-0/+7
* Check that the alias points to a valid namespace.Anders Carlsson2009-03-281-0/+5
* Check that the namespace alias doesn't conflict with a previous declaration i...Anders Carlsson2009-03-281-0/+11