summaryrefslogtreecommitdiff
path: root/test/SemaCXX/type-dependent-exprs.cpp
AgeCommit message (Expand)Author
2011-02-19Don't produce "comparison is always (true|false)" warnings when theDouglas Gregor
2010-10-07Fix an infinite loop, caused by unintended syntax bug (the 'break;' after 'de...Argyrios Kyrtzidis
2009-12-16Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-04Fix our semantic analysis ofDouglas Gregor
2009-02-04Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor
2008-12-17Delay semantic analysis of the C++ names casts when the subexpression is type...Douglas Gregor
2008-12-06Add support for calls to dependent names within templates, e.g.,Douglas Gregor
2008-12-05Introduce basic support for dependent types, type-dependentDouglas Gregor