summaryrefslogtreecommitdiffstats
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-0/+4
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-062-7/+7
* Fix diagnostic text for r154163.David Blaikie2012-04-062-5/+5
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-063-3/+14
* Improve & simplify diagnostic for missing 'class' in template template parame...David Blaikie2012-04-051-3/+3
* Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain2012-04-031-2/+2
* Correct error recovery when missing 'class' in a template template parameter.David Blaikie2012-04-021-0/+5
* Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-caseRichard Smith2012-03-291-0/+23
* When diagnosing an invalid out-of-line redeclaration, don't permitDouglas Gregor2012-03-261-0/+17
* Use character literals for vexing initialization fixit hints.David Blaikie2012-03-182-0/+30
* 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-082-1/+8
* improve on diagnostic when block captures uninitializedFariborz Jahanian2012-03-081-1/+1
* improve on diagnostic and provide a fixit hint whenFariborz Jahanian2012-03-081-0/+12
* Test fix-it added in r152198.Richard Smith2012-03-071-0/+9
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-061-0/+44
* Test for my last patch. // rdar://10267155.Fariborz Jahanian2012-02-291-0/+29
* Tests for the fixits which Doug added in r150727.Richard Smith2012-02-171-0/+2
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-171-19/+42
* Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor2012-02-101-0/+12
* PR11684, core issue 1417:Richard Smith2012-02-101-3/+3
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-0/+6
* Extend the error of invalid token after declarations to include fixits for Richard Trieu2012-01-191-11/+59
* Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...Richard Trieu2012-01-181-0/+6
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-0/+80
* 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-092-0/+27
* Fix constexpr handling to allow 'extern constexpr' variable declarations. We noRichard Smith2011-12-251-35/+0
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith2011-11-303-41/+0
* Add fix-it to remove 'typedef' from function template definitions. Such a tokenRichard Smith2011-11-291-3/+10
* PR10101: Recover better from a common copy-paste error: if a functionRichard Smith2011-11-293-0/+41
* Make the -verify bits in this test actually test something, and fix a few casesRichard Smith2011-10-201-11/+12
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-193-0/+26
* Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!Douglas Gregor2011-10-191-0/+3
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-2/+2
* Remove FIXME obsoleted by change r141279 for PR11067.Richard Smith2011-10-071-5/+0
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-3/+3
* 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-068-11/+11
* Improve overloaded function handling in the typo correction code.Kaelyn Uhrain2011-08-031-5/+6
* Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor2011-07-301-0/+14
* Add a fixit for removal of unused label.Anna Zaks2011-07-281-2/+13
* Another test case for the &/* mismatch fixit.Anna Zaks2011-07-281-1/+15
* Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks2011-07-282-0/+33
* Provide fixit for static use of objective-c typeFariborz Jahanian2011-07-261-0/+11
* objective-c: Provide a 'fixit' when class was usedFariborz Jahanian2011-07-251-0/+18
* Add FixIt hint for missing 'id' type.Fariborz Jahanian2011-07-211-0/+24