summaryrefslogtreecommitdiff
path: root/test/SemaCXX/type-dependent-exprs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't produce "comparison is always (true|false)" warnings when theDouglas Gregor2011-02-191-2/+2
* Fix an infinite loop, caused by unintended syntax bug (the 'break;' after 'de...Argyrios Kyrtzidis2010-10-071-0/+11
* Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall2009-12-161-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix our semantic analysis ofDouglas Gregor2009-02-041-1/+1
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-2/+2
* Delay semantic analysis of the C++ names casts when the subexpression is type...Douglas Gregor2008-12-171-0/+8
* Add support for calls to dependent names within templates, e.g.,Douglas Gregor2008-12-061-1/+3
* Introduce basic support for dependent types, type-dependentDouglas Gregor2008-12-051-0/+14