summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/namespace-alias.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Point the caret at the error for the 'expected namespace name' diagnostic inRichard Smith2012-04-051-2/+6
| | | | | | a namespace alias declaration. llvm-svn: 154138
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-0/+20
| | | | | | Andrew Sutton! llvm-svn: 103301
* When declaring a namespace alias, ignore previous declarations thatDouglas Gregor2010-05-031-0/+10
| | | | | | aren't in scope. Fixes PR7014. llvm-svn: 102915
* Compare namespaces properly when looking for redeclarations ofDouglas Gregor2010-03-261-1/+9
| | | | | | namespace aliases. Fixes PR6341. llvm-svn: 99664
* Support local namespace aliases and permit them to be instantiated.John McCall2010-02-161-0/+21
| | | | llvm-svn: 96335
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Check in test for namespace aliases+using directives.Anders Carlsson2009-03-311-0/+14
| | | | llvm-svn: 68086
* More improvements to namespace aliases. We now support everything except ↵Anders Carlsson2009-03-281-0/+23
| | | | | | aliases in using directives. llvm-svn: 67966
* Fix lookup bugAnders Carlsson2009-03-281-0/+4
| | | | llvm-svn: 67964
* As Eli pointed out, it is possible that a namespace lookup is ambiguous!Anders Carlsson2009-03-281-0/+7
| | | | llvm-svn: 67932
* Check that the alias points to a valid namespace.Anders Carlsson2009-03-281-0/+5
| | | | llvm-svn: 67925
* Check that the namespace alias doesn't conflict with a previous declaration ↵Anders Carlsson2009-03-281-0/+11
in this scope. llvm-svn: 67921
OpenPOWER on IntegriCloud