summaryrefslogtreecommitdiff
path: root/test/SemaCXX/qualified-id-lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-1/+1
* Be smarter about deciding to add a leading '::' to aKaelyn Uhrain2013-10-191-2/+2
* Disallow extern decls of type void in C++ modeDavid Majnemer2013-05-291-1/+1
* Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain2012-06-061-2/+3
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-031-0/+5
* Use the new-initialization code for initializing scalars with aDouglas Gregor2010-09-081-1/+1
* When parsing a cast-expression that starts with a scope annotation,Douglas Gregor2010-04-231-0/+22
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Recognize that EnumConstantDecls can be found by lookup and are not instanceJohn McCall2009-12-021-0/+15
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Diagnose attempts to define a namespace member out-of-line when noDouglas Gregor2009-02-061-1/+0
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-1/+1
* Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor2009-01-171-1/+17
* Refactor name lookup.Douglas Gregor2009-01-141-1/+1
* Fix argument-passing bugs in a call to objectDouglas Gregor2009-01-131-1/+10
* Fix PR clang/3291Douglas Gregor2009-01-071-1/+13
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-061-0/+1
* Introduce support for "transparent" DeclContexts, which areDouglas Gregor2009-01-051-0/+8
* Fix a bug where we'd try to look beyond the current cached tokens whenChris Lattner2009-01-051-0/+11
* add a testcaseChris Lattner2009-01-051-0/+2
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-0/+53