aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt
AgeCommit message (Expand)Author
2012-07-16Don't crash when emitting fixits following Unicode characters.Jordan Rose
2012-07-12Be lax about trailing whitespace when checking fixit formatting, this depends...Benjamin Kramer
2012-07-12PR13312: Don't crash when printing a fixit that ends in a unicode character.Benjamin Kramer
2012-07-09objective-c: provide fixit hint for @autoreleasepoolFariborz Jahanian
2012-07-09Downgrade the "direct comparison" error for ObjC literals to a warning.Jordan Rose
2012-06-25Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith
2012-06-19Enable -Wnull-conversion for non-integral target types (eg: double).David Blaikie
2012-06-18Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith
2012-06-11Enable -Wunused-private-field with -Wunused.Benjamin Kramer
2012-06-08Add a test for r158229 (overlapping fixits). This was PR10696!Jordan Rose
2012-06-08Disallow using ObjC literals in direct comparisons (== and friends).Jordan Rose
2012-06-07Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the writtenKaelyn Uhrain
2012-06-04Make suggestions for mismatched enum arguments to printf/scanf.Jordan Rose
2012-05-30Add a test for '%@' suggestion for classes.Jordan Rose
2012-05-30Suggest '%@' for Objective-C objects in ObjC format strings.Jordan Rose
2012-05-29objc: position of 'fixit' was off by one.Fariborz Jahanian
2012-05-21objective-c: provide a useful 'fixit' suggestion whenFariborz Jahanian
2012-05-09objective-c. Fixes a 'fixit' where location ofFariborz Jahanian
2012-04-30Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.David Blaikie
2012-04-27Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain
2012-04-26Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain
2012-04-25Add an error message with fixit hint for changing '.' to '->'.Kaelyn Uhrain
2012-04-19Re-add the closing '}' for the namespace I accidentally deleted whenKaelyn Uhrain
2012-04-19In Parser::isCXXDeclarationSpecifier, consider a non-type identifierKaelyn Uhrain
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-04-06Fix diagnostic text for r154163.David Blaikie
2012-04-06Restrict fixit for missing 'class' in template template parameters.David Blaikie
2012-04-05Improve & simplify diagnostic for missing 'class' in template template parame...David Blaikie
2012-04-03Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain
2012-04-02Correct error recovery when missing 'class' in a template template parameter.David Blaikie
2012-03-29Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-caseRichard Smith
2012-03-26When diagnosing an invalid out-of-line redeclaration, don't permitDouglas Gregor
2012-03-18Use character literals for vexing initialization fixit hints.David Blaikie
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-03-08improve on diagnostic when block captures uninitializedFariborz Jahanian
2012-03-08improve on diagnostic and provide a fixit hint whenFariborz Jahanian
2012-03-07Test fix-it added in r152198.Richard Smith
2012-03-06And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek
2012-02-29Test for my last patch. // rdar://10267155.Fariborz Jahanian
2012-02-17Tests for the fixits which Doug added in r150727.Richard Smith
2012-02-17Reject continue/break statements within members of local functions nested withinRichard Smith
2012-02-10Allow implicit capture of 'this' in a lambda even when the captureDouglas Gregor
2012-02-10PR11684, core issue 1417:Richard Smith
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
2012-01-19Extend the error of invalid token after declarations to include fixits for Richard Trieu
2012-01-18Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...Richard Trieu
2012-01-12Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith
2012-01-10Update C++11 scoped enumeration support to match the final proposal:Richard Smith