| Commit message (Expand) | Author | Age | Files | Lines |
| * | Suggest fix-it for missing '{' after base-clause | Ismail Pazarbasi | 2014-09-25 | 1 | -1/+35 |
| * | Add error, recovery and fixit for "~A::A() {...}". | Richard Smith | 2014-09-06 | 1 | -0/+7 |
| * | [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl... | Richard Smith | 2014-06-16 | 1 | -1/+1 |
| * | Refactor all the checking for missing 'template<>'s when a declaration has a | Richard Smith | 2014-04-17 | 1 | -1/+3 |
| * | A few small cleanups to r187504. Thanks to dblaikie for the assist. | Kaelyn Uhrain | 2013-07-31 | 1 | -0/+12 |
| * | Move the "->" to "." fixit from r186128 into a separate note since | Kaelyn Uhrain | 2013-07-15 | 1 | -12/+0 |
| * | Provide a better diagnostic and a fixit for a '.' or '->' before the left paren | Kaelyn Uhrain | 2013-07-12 | 1 | -0/+14 |
| * | Provide a fixit hint for changing '->' to '.' if there is no operator-> | Kaelyn Uhrain | 2013-07-11 | 1 | -0/+12 |
| * | PR5066: If a declarator cannot have an identifier, and cannot possibly be | Richard Smith | 2013-07-11 | 1 | -0/+5 |
| * | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| * | PR7256: Provide a fixit for incorrect destructor declarations | David Blaikie | 2013-03-20 | 1 | -0/+8 |
| * | Provide a fixit when taking the address of an unqualified member function. | David Blaikie | 2012-10-11 | 1 | -0/+7 |
| * | Promote the warning about extra qualification on a declaration from a | Douglas Gregor | 2012-09-13 | 1 | -1/+1 |
| * | Enable -Wnull-conversion for non-integral target types (eg: double). | David Blaikie | 2012-06-19 | 1 | -0/+1 |
| * | Extend the error recovery for a template-argument-list terminated by '>>' to | Richard Smith | 2012-06-18 | 1 | -0/+31 |
| * | Enable -Wunused-private-field with -Wunused. | Benjamin Kramer | 2012-06-11 | 1 | -1/+1 |
| * | Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written | Kaelyn Uhrain | 2012-06-07 | 1 | -0/+18 |
| * | Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. | David Blaikie | 2012-04-30 | 1 | -1/+3 |
| * | Imrpove the note text for when a non-type decl hides a tag type | Kaelyn Uhrain | 2012-04-27 | 1 | -1/+1 |
| * | Add note to help explain why a tag such as 'struct' is needed to refer | Kaelyn Uhrain | 2012-04-26 | 1 | -1/+1 |
| * | Add an error message with fixit hint for changing '.' to '->'. | Kaelyn Uhrain | 2012-04-25 | 1 | -0/+23 |
| * | Re-add the closing '}' for the namespace I accidentally deleted when | Kaelyn Uhrain | 2012-04-19 | 1 | -0/+1 |
| * | In Parser::isCXXDeclarationSpecifier, consider a non-type identifier | Kaelyn Uhrain | 2012-04-19 | 1 | -0/+12 |
| * | Fix diagnostic text for r154163. | David Blaikie | 2012-04-06 | 1 | -3/+3 |
| * | Restrict fixit for missing 'class' in template template parameters. | David Blaikie | 2012-04-06 | 1 | -3/+3 |
| * | Improve & simplify diagnostic for missing 'class' in template template parame... | David Blaikie | 2012-04-05 | 1 | -3/+3 |
| * | Correct error recovery when missing 'class' in a template template parameter. | David Blaikie | 2012-04-02 | 1 | -0/+5 |
| * | PR11684, core issue 1417: | Richard Smith | 2012-02-10 | 1 | -3/+3 |
| * | Extend the error of invalid token after declarations to include fixits for | Richard Trieu | 2012-01-19 | 1 | -11/+59 |
| * | Change the error when a '+=' follows a declaration to suggest a fixit to '=' ... | Richard Trieu | 2012-01-18 | 1 | -0/+6 |
| * | Extend the diagnostic for a ',' at the end of a declaration where a ';' was | Richard Smith | 2012-01-09 | 1 | -0/+13 |
| * | Revert most of r145372 for now. Lookahead beyond the ';' in a function | Richard Smith | 2011-11-30 | 1 | -10/+0 |
| * | Add fix-it to remove 'typedef' from function template definitions. Such a token | Richard Smith | 2011-11-29 | 1 | -3/+10 |
| * | PR10101: Recover better from a common copy-paste error: if a function | Richard Smith | 2011-11-29 | 1 | -0/+10 |
| * | Make the -verify bits in this test actually test something, and fix a few cases | Richard Smith | 2011-10-20 | 1 | -11/+12 |
| * | Improve the diagnostic when a comma ends up at the end of a declarator group | Richard Smith | 2011-10-19 | 1 | -0/+13 |
| * | Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! | Douglas Gregor | 2011-10-19 | 1 | -0/+3 |
| * | PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: | Richard Smith | 2011-09-06 | 1 | -1/+1 |
| * | Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). | Anna Zaks | 2011-07-28 | 1 | -0/+11 |
| * | Improve recovery (error + fix-it) when parsing type dependent template name w... | Francois Pichet | 2011-03-27 | 1 | -0/+19 |
| * | Remove the Fix-It for "main must return 'int'", which is not always | Douglas Gregor | 2011-02-19 | 1 | -5/+0 |
| * | When we encounter a '==' in a context expecting a '=', assume the user made a... | Argyrios Kyrtzidis | 2010-10-08 | 1 | -0/+12 |
| * | Better diagnostic for superfluous scope specifier inside a class definition f... | Francois Pichet | 2010-10-01 | 1 | -0/+5 |
| * | add a fixit when 'main' does ot return 'int'; review welcome | Gabor Greif | 2010-09-08 | 1 | -0/+6 |
| * | Improve diagnostic and recovery when missing a comma between base or | Douglas Gregor | 2010-09-07 | 1 | -0/+9 |
| * | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky | 2010-04-24 | 1 | -3/+5 |
| * | Thread a Scope pointer into BuildRecoveryCallExpr to help typo | Douglas Gregor | 2010-04-14 | 1 | -0/+9 |
| * | When a declaration of a function is missing an exception specification | Douglas Gregor | 2010-03-24 | 1 | -0/+3 |
| * | Make this fix-it test case actually fail when there is a problem; add | Douglas Gregor | 2010-02-01 | 1 | -8/+9 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |