Age | Commit message (Expand) | Author |
2012-09-18 | If a comma operator is followed by a token which unambiguously indicates the | Richard Smith |
2012-06-25 | Extend the "expected ';' after struct" logic to also apply to enums, and to | Richard Smith |
2012-02-17 | Reject continue/break statements within members of local functions nested within | Richard Smith |
2011-11-30 | Revert most of r145372 for now. Lookahead beyond the ';' in a function | Richard Smith |
2011-11-29 | PR10101: Recover better from a common copy-paste error: if a function | Richard Smith |
2011-10-19 | Improve the diagnostic when a comma ends up at the end of a declarator group | Richard Smith |
2011-09-06 | PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: | Richard Smith |
2011-07-28 | Add a fixit for removal of unused label. | Anna Zaks |
2011-06-24 | Allow the fixit for missing ':' in the ?: ternary operator if it is pointing | Argyrios Kyrtzidis |
2011-04-21 | Fixit suggestion for adding missing tag name should have a space after the ta... | Argyrios Kyrtzidis |
2010-09-07 | Improve recovery when a comma is missing between enumerators in an | Douglas Gregor |
2010-08-23 | When complaining about a duplicate declspec, provide a Fix-It that | Douglas Gregor |
2010-04-24 | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky |
2010-04-20 | fix the ?: fixit that ted added to recover properly. | Chris Lattner |
2010-04-12 | Add fixit hint for missing ':' in ternary expressions. | Ted Kremenek |
2010-04-09 | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-17 | Drop unnecessary #include. | Daniel Dunbar |
2009-11-14 | Improve test to make sure -fixit is really working. | Daniel Dunbar |
2009-11-14 | Update FixIt tests to make it more obvious they use a separate mode. | Daniel Dunbar |
2009-04-06 | Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! | Douglas Gregor |
2009-04-02 | Move the fix-it tests into their own subdirectory | Douglas Gregor |