aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt/fixit-cxx0x.cpp
AgeCommit message (Expand)Author
2013-02-20PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith
2013-01-30Provide a fixit for constexpr non-static data members.David Blaikie
2012-10-20DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith
2012-06-25Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-04-06Fix diagnostic text for r154163.David Blaikie
2012-04-06Restrict fixit for missing 'class' in template template parameters.David Blaikie
2012-03-29Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-caseRichard Smith
2012-03-08Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith
2012-03-08Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith
2012-02-17Tests for the fixits which Doug added in r150727.Richard Smith
2012-02-10Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor
2012-01-10Update C++11 scoped enumeration support to match the final proposal:Richard Smith
2012-01-09Extend the diagnostic for a ',' at the end of a declaration where a ';' wasRichard Smith
2011-12-25Fix constexpr handling to allow 'extern constexpr' variable declarations. We noRichard Smith
2011-11-30Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith
2011-11-29PR10101: Recover better from a common copy-paste error: if a functionRichard Smith
2011-10-19Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-07Remove FIXME obsoleted by change r141279 for PR11067.Richard Smith
2011-09-29Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith
2011-09-29constexpr: semantic checking for constexpr variables.Richard Smith
2011-09-06PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith
2011-05-02Fixed test case asserts due to checkin of r130710.Chad Rosier
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-23Implement conversion from a switch condition with class type to anDouglas Gregor