summaryrefslogtreecommitdiffstats
path: root/test/FixIt/fixit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-1/+1
* [Sema] Improve the error diagnostic for dot destructor calls on pointer objectsAlex Lorenz2017-01-201-0/+11
* Make some diagnostic tests C++11 clean.Paul Robinson2016-12-211-4/+18
* Undo accidental comitPaul Robinson2016-12-191-17/+4
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-4/+17
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-1/+1
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-0/+8
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-021-1/+1
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-0/+6
* Suggest fix-it for missing '{' after base-clauseIsmail Pazarbasi2014-09-251-1/+35
* Add error, recovery and fixit for "~A::A() {...}".Richard Smith2014-09-061-0/+7
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-161-1/+1
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-171-1/+3
* A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain2013-07-311-0/+12
* Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-151-12/+0
* Provide a better diagnostic and a fixit for a '.' or '->' before the left parenKaelyn Uhrain2013-07-121-0/+14
* Provide a fixit hint for changing '->' to '.' if there is no operator->Kaelyn Uhrain2013-07-111-0/+12
* PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith2013-07-111-0/+5
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* PR7256: Provide a fixit for incorrect destructor declarationsDavid Blaikie2013-03-201-0/+8
* Provide a fixit when taking the address of an unqualified member function.David Blaikie2012-10-111-0/+7
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-131-1/+1
* Enable -Wnull-conversion for non-integral target types (eg: double).David Blaikie2012-06-191-0/+1
* Extend the error recovery for a template-argument-list terminated by '>>' toRichard Smith2012-06-181-0/+31
* Enable -Wunused-private-field with -Wunused.Benjamin Kramer2012-06-111-1/+1
* Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the writtenKaelyn Uhrain2012-06-071-0/+18
* Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.David Blaikie2012-04-301-1/+3
* Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain2012-04-271-1/+1
* Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain2012-04-261-1/+1
* Add an error message with fixit hint for changing '.' to '->'.Kaelyn Uhrain2012-04-251-0/+23
* Re-add the closing '}' for the namespace I accidentally deleted whenKaelyn Uhrain2012-04-191-0/+1
* In Parser::isCXXDeclarationSpecifier, consider a non-type identifierKaelyn Uhrain2012-04-191-0/+12
* Fix diagnostic text for r154163.David Blaikie2012-04-061-3/+3
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-061-3/+3
* Improve & simplify diagnostic for missing 'class' in template template parame...David Blaikie2012-04-051-3/+3
* Correct error recovery when missing 'class' in a template template parameter.David Blaikie2012-04-021-0/+5
* PR11684, core issue 1417:Richard Smith2012-02-101-3/+3
* 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
* Extend the diagnostic for a ',' at the end of a declaration where a ';' wasRichard Smith2012-01-091-0/+13
* Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith2011-11-301-10/+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-291-0/+10
* 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-191-0/+13
* Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!Douglas Gregor2011-10-191-0/+3
* PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith2011-09-061-1/+1
* Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks2011-07-281-0/+11
* Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet2011-03-271-0/+19
* Remove the Fix-It for "main must return 'int'", which is not alwaysDouglas Gregor2011-02-191-5/+0