summaryrefslogtreecommitdiff
path: root/test/SemaCXX/trailing-return-0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++1y is now C++14!Aaron Ballman2014-08-191-5/+5
* Fix crash-on-invalid if decltype(auto) is used as a deduced return type inRichard Smith2014-02-141-1/+3
* PR16273: Weaken a bogus assertion.Richard Smith2013-06-071-0/+8
* Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith2013-04-201-0/+9
* Fix crash when a decltype expression in a trailing return type refers to theRichard Smith2012-09-251-0/+16
* Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith2012-02-101-0/+10
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-1/+1
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-0/+61