aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt/fixit.cpp
AgeCommit message (Expand)Author
2013-03-20PR7256: Provide a fixit for incorrect destructor declarationsDavid Blaikie
2012-10-11Provide a fixit when taking the address of an unqualified member function.David Blaikie
2012-09-13Promote the warning about extra qualification on a declaration from aDouglas Gregor
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-07Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the writtenKaelyn Uhrain
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-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-02Correct error recovery when missing 'class' in a template template parameter.David Blaikie
2012-02-10PR11684, core issue 1417:Richard Smith
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-09Extend the diagnostic for a ',' at the end of a declaration where a ';' wasRichard Smith
2011-11-30Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith
2011-11-29Add fix-it to remove 'typedef' from function template definitions. Such a tokenRichard Smith
2011-11-29PR10101: Recover better from a common copy-paste error: if a functionRichard Smith
2011-10-20Make the -verify bits in this test actually test something, and fix a few casesRichard Smith
2011-10-19Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith
2011-10-19Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!Douglas Gregor
2011-09-06PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith
2011-07-28Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks
2011-03-27Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet
2011-02-19Remove the Fix-It for "main must return 'int'", which is not alwaysDouglas Gregor
2010-10-08When we encounter a '==' in a context expecting a '=', assume the user made a...Argyrios Kyrtzidis
2010-10-01Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet
2010-09-08add a fixit when 'main' does ot return 'int'; review welcomeGabor Greif
2010-09-07Improve diagnostic and recovery when missing a comma between base orDouglas Gregor
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-04-14Thread a Scope pointer into BuildRecoveryCallExpr to help typoDouglas Gregor
2010-03-24When a declaration of a function is missing an exception specificationDouglas Gregor
2010-02-01Make this fix-it test case actually fail when there is a problem; addDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-14Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar
2009-11-10If a function with a default argument is redefined and the new function also ...Anders Carlsson
2009-04-02Move the fix-it tests into their own subdirectoryDouglas Gregor