1. b164a19 Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system. by Anders Carlsson · 14 years ago
  2. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
  3. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
  6. 3f0b5fd Rework the fix-it hint for code like by Douglas Gregor · 15 years ago
  7. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago[Renamed from test/Sema/fixit-errors.c]
  8. fe057ac Update comments in fixit tests by Douglas Gregor · 16 years ago
  9. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  10. a3a8351 Add some more code modification hints by Douglas Gregor · 16 years ago