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