summaryrefslogtreecommitdiff
path: root/test/SemaCXX/trailing-return-0x.cpp
AgeCommit message (Expand)Author
2014-08-19C++1y is now C++14!Aaron Ballman
2014-02-14Fix crash-on-invalid if decltype(auto) is used as a deduced return type inRichard Smith
2013-06-07PR16273: Weaken a bogus assertion.Richard Smith
2013-04-20Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith
2012-09-25Fix crash when a decltype expression in a trailing return type refers to theRichard Smith
2012-02-10Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-02-20Implement the C++0x deduced 'auto' feature.Richard Smith
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor