aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/decltype-overloaded-functions.cpp
AgeCommit message (Expand)Author
2012-10-21Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith
2012-10-19Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky
2012-10-19PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith
2012-10-01PR13978: A 'decltype' DeclSpec has an expression representation, not a typeRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-11Catch placeholder types in DefaultLvalueConversionJohn McCall
2011-03-16Clean up our handling of template-ids that resolve down to a singleDouglas Gregor
2010-10-12Progress.John McCall
2010-10-12Add some infrastructure for dealing with expressions of 'placeholder' type,John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-21When a template-id refers to a single function template, and theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-06-29Improvements to decltype. We now don't crash anymore when the expr is an over...Anders Carlsson