aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/decltype-crash.cpp
AgeCommit message (Expand)Author
2011-10-25Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor
2011-10-11Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith
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-07-25Make having no RUN line a failure.Daniel Dunbar
2009-07-09Fix another decltype crash.Anders Carlsson