summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide a fixit for constexpr non-static data members.David Blaikie2013-01-301-0/+12
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-2/+0
* Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith2012-06-251-0/+14
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-0/+4
* Fix diagnostic text for r154163.David Blaikie2012-04-061-2/+2
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-061-0/+4
* Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-caseRichard Smith2012-03-291-0/+23
* Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith2012-03-081-0/+12
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-081-0/+5
* Tests for the fixits which Doug added in r150727.Richard Smith2012-02-171-0/+2
* Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor2012-02-101-0/+12
* Update C++11 scoped enumeration support to match the final proposal:Richard Smith2012-01-101-0/+9
* Extend the diagnostic for a ',' at the end of a declaration where a ';' wasRichard Smith2012-01-091-0/+14
* Fix constexpr handling to allow 'extern constexpr' variable declarations. We noRichard Smith2011-12-251-35/+0
* Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith2011-11-301-23/+0
* PR10101: Recover better from a common copy-paste error: if a functionRichard Smith2011-11-291-0/+23
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-191-0/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
* Remove FIXME obsoleted by change r141279 for PR11067.Richard Smith2011-10-071-5/+0
* Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith2011-09-291-4/+2
* constexpr: semantic checking for constexpr variables.Richard Smith2011-09-291-1/+43
* PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith2011-09-061-1/+1
* Fixed test case asserts due to checkin of r130710.Chad Rosier2011-05-021-1/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-0/+3
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-4/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement conversion from a switch condition with class type to anDouglas Gregor2009-11-231-0/+14
OpenPOWER on IntegriCloud