aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/diag-aka-types.cpp
AgeCommit message (Expand)Author
2015-07-16PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic
2012-06-28Only print a semicolon after "no known conversion for Nth argument" if thereMatt Beaumont-Gay
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-14Change the checks in the type aka printing. A confusing case where the stringRichard Trieu
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-07-11Apply patch from Richard Trieu to fix PR9548:Chandler Carruth
2011-02-20Implement the C++0x deduced 'auto' feature.Richard Smith
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-09-05print "const intptr_t" instead of "intptr_t const"Chris Lattner
2010-05-13Testcase for r103712.Chandler Carruth