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