summaryrefslogtreecommitdiff
path: root/test/SemaCXX/decltype-overloaded-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith2012-10-211-5/+5
* Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky2012-10-191-5/+5
* PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith2012-10-191-5/+5
* PR13978: A 'decltype' DeclSpec has an expression representation, not a typeRichard Smith2012-10-011-0/+15
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-6/+6
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-5/+8
* Progress.John McCall2010-10-121-2/+2
* Add some infrastructure for dealing with expressions of 'placeholder' type,John McCall2010-10-121-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* When a template-id refers to a single function template, and theDouglas Gregor2009-12-211-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improvements to decltype. We now don't crash anymore when the expr is an over...Anders Carlsson2009-06-291-0/+12