1. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago[Renamed (98%) from lib/Rewrite/FixItRewriter.cpp]
  2. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  3. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  4. c8af910 In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor by Argyrios Kyrtzidis · 13 years ago
  5. 61d679a Introduce 3 new fixit options: by Argyrios Kyrtzidis · 13 years ago
  6. aee526e Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 13 years ago
  7. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  8. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  9. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  10. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  11. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  12. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  13. dea22a3 Keep track of errors/warnings in FixItRewriter. by Argyrios Kyrtzidis · 14 years ago
  14. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  15. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  16. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  17. 96872c4 Make the FixItOptions object required instead of optional. by Nick Lewycky · 14 years ago
  18. 48d64fb Remember that FixItOptions* is optional and don't crash when it's not provided. by Nick Lewycky · 14 years ago
  19. 1450f26 Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode by Nick Lewycky · 14 years ago
  20. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago[Renamed (98%) from lib/Frontend/FixItRewriter.cpp]
  21. 89fe019 Switch this to new API. by Nick Lewycky · 14 years ago
  22. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 14 years ago
  23. 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 14 years ago
  24. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 14 years ago
  25. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  26. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  27. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  28. a6f2638 When suggesting a typo correction for an @implementation without a by Douglas Gregor · 15 years ago
  29. e7cb7e4 Kill a few more random stderr uses. by Daniel Dunbar · 15 years ago
  30. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  31. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  32. f42e4a6 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 15 years ago
  33. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  34. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago
  35. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  36. 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 15 years ago
  37. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 15 years ago
  38. 92db284 Update for raw_fd_ostream API changes. raw_fd_ostream now has a by Dan Gohman · 15 years ago
  39. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  40. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 15 years ago
  41. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 15 years ago
  42. 837a406 Some cleanups to the fix-it rewriter. Thanks, Chris by Douglas Gregor · 15 years ago
  43. 2610348 Clean up -fixit output slightly by Douglas Gregor · 15 years ago
  44. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 15 years ago