1. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  2. 85b29a4 Reject continue/break statements within members of local functions nested within by Richard Smith · 13 years ago
  3. 58196dc Revert most of r145372 for now. Lookahead beyond the ';' in a function by Richard Smith · 13 years ago
  4. 874d253 PR10101: Recover better from a common copy-paste error: if a function by Richard Smith · 13 years ago
  5. 0706df4 Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago
  6. 2315318 PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: by Richard Smith · 13 years ago
  7. d5612a2 Add a fixit for removal of unused label. by Anna Zaks · 13 years ago
  8. b5303aa Allow the fixit for missing ':' in the ?: ternary operator if it is pointing by Argyrios Kyrtzidis · 13 years ago
  9. b8a9d3b Fixit suggestion for adding missing tag name should have a space after the tag name. Fixes rdar://9295072 by Argyrios Kyrtzidis · 14 years ago
  10. 751f692 Improve recovery when a comma is missing between enumerators in an by Douglas Gregor · 14 years ago
  11. ae2fb14 When complaining about a duplicate declspec, provide a Fix-It that by Douglas Gregor · 14 years ago
  12. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
  13. e5deae9 fix the ?: fixit that ted added to recover properly. by Chris Lattner · 15 years ago
  14. 987aa87 Add fixit hint for missing ':' in ternary expressions. by Ted Kremenek · 15 years ago
  15. 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 15 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. d8aefab Drop unnecessary #include. by Daniel Dunbar · 15 years ago
  18. 266cc53 Improve test to make sure -fixit is really working. by Daniel Dunbar · 15 years ago
  19. 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
  20. a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 16 years ago
  21. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago[Renamed from test/Sema/fixit.c]
  22. ef5cc75 Make darned sure that the -fixit tests are testing what we want them to test by Douglas Gregor · 16 years ago
  23. fe057ac Update comments in fixit tests by Douglas Gregor · 16 years ago
  24. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  25. a3a8351 Add some more code modification hints by Douglas Gregor · 16 years ago
  26. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 16 years ago