summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/trailing-return-0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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