1. 699ad11 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 13 years ago
  2. 3ab1555 PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: by Richard Smith · 14 years ago
  3. 21836f7 Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system. by Anders Carlsson · 15 years ago
  4. 784fad7 Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 16 years ago
  5. a1e20de Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 16 years ago
  6. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  7. 6c39d45 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 16 years ago
  8. d82ae38 Rework the fix-it hint for code like by Douglas Gregor · 16 years ago
  9. 68bc539 Move the fix-it tests into their own subdirectory by Douglas Gregor · 17 years ago[Renamed from clang/test/Sema/fixit-errors.c]
  10. 7e70204 Update comments in fixit tests by Douglas Gregor · 17 years ago
  11. 578dae5 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 17 years ago
  12. 170512f Add some more code modification hints by Douglas Gregor · 17 years ago