1. dea22a3 Keep track of errors/warnings in FixItRewriter. by Argyrios Kyrtzidis · 14 years ago
  2. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  3. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  4. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  5. a5bbc50 Kill CK_Unknown references in the ObjC rewriter. The actual by John McCall · 14 years ago
  6. da4ad9f Fixes a rewrite bug, rewriting nested property usage by Fariborz Jahanian · 14 years ago
  7. 8188e5f Proper rewriting of block envokation with by Fariborz Jahanian · 14 years ago
  8. 06de2cf Fixes a rewriting bug when type in a block argument type by Fariborz Jahanian · 14 years ago
  9. e985d01 Patch to rewrite objc qualified types which occur in by Fariborz Jahanian · 14 years ago
  10. 7e74924 Correct typos and whitespace, spotted by Nico Weber! by Nick Lewycky · 14 years ago
  11. 79ba2a6 More class anonymization. by Benjamin Kramer · 14 years ago
  12. e0f8386 Fixes a potential crash in rewriter when sending message to 'super'. by Fariborz Jahanian · 14 years ago
  13. 54bd457 GCC 4.4 warns that Receiver may be used uninitialized in this function. by Duncan Sands · 14 years ago
  14. ec3683b Do not rewrite new accessor if user has defined accessors. by Fariborz Jahanian · 14 years ago
  15. 3b562af Silence uninitialized value warning. by Ted Kremenek · 14 years ago
  16. 2d8c1fd Fix a rewriting bug of rewriting properties declared in by Fariborz Jahanian · 14 years ago
  17. f2c6fa4 Rewrite bug fix rewriting a property assignment when by Fariborz Jahanian · 14 years ago
  18. 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 14 years ago
  19. 8537f7b Some refactoring of property rewriting stuff by Fariborz Jahanian · 14 years ago
  20. f2ad2c9 This patch does a few things in the area of objective-c by Fariborz Jahanian · 14 years ago
  21. 90fe4bc When dealing with an assignment with LHS being a property reference by Fariborz Jahanian · 14 years ago
  22. 92c8568 Fix a block rewriter bug where copy/dispose entries in by Fariborz Jahanian · 14 years ago
  23. 24f9cab Rewriting array element type of qualified-id. Fixes rdra://8475819. by Fariborz Jahanian · 14 years ago
  24. 07acdf4 Fix rewriting of property declared in @protocol's. Fixed //rdar://8472487. by Fariborz Jahanian · 14 years ago
  25. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  26. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  27. ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
  28. bfae8bd Clean up some of the CMake dependencies by Douglas Gregor · 14 years ago
  29. 24dce6e zap more dead code. by Chris Lattner · 14 years ago
  30. fae9622 "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment by Chris Lattner · 14 years ago
  31. f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 14 years ago
  32. 40a9168 Fix CMake dependencies by Douglas Gregor · 14 years ago
  33. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
  34. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  35. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  36. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  37. 2e37417 Fix crasher with IgnoringDiagClient by Douglas Gregor · 14 years ago
  38. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  39. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  40. 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
  41. 96872c4 Make the FixItOptions object required instead of optional. by Nick Lewycky · 14 years ago
  42. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  43. 48d64fb Remember that FixItOptions* is optional and don't crash when it's not provided. by Nick Lewycky · 14 years ago
  44. 1450f26 Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode by Nick Lewycky · 14 years ago
  45. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  46. 20432ef Initialize block's imported variable(s) in by Fariborz Jahanian · 14 years ago
  47. 10f8e31 Fix source location of the initializer in by Fariborz Jahanian · 14 years ago
  48. 5f371ee Fix a rewriter bug which originates in SemaInit involving by Fariborz Jahanian · 14 years ago
  49. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  50. 9638eef BUILD_ARCHIVE is the default for libraries, no need to set it. by Chris Lattner · 14 years ago
  51. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 14 years ago
  52. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  53. 5f1bfc1 Remove Decl::getCompoundBody(). by Argyrios Kyrtzidis · 14 years ago
  54. fa297fb Rewriter: Use the appropriate printing context instead of the default by Daniel Dunbar · 14 years ago
  55. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  56. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  57. f0ed9ef Fix: by Chris Lattner · 14 years ago
  58. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  59. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  60. 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 14 years ago
  61. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  62. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
  63. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
  64. f9b0a58 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 15 years ago
  65. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
  66. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  67. 88906cd Some clean up of replacement text API no longer needed by my recent changes. by Fariborz Jahanian · 15 years ago
  68. 7e20ffe Fixes a rewrite bug rewriting nested ivars reference. (Radar 7583971). by Fariborz Jahanian · 15 years ago
  69. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  70. 3ea5cf8 reduce redundant are's by Chris Lattner · 15 years ago
  71. 6a12a14 Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). by Ted Kremenek · 15 years ago
  72. 6e29014 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 15 years ago
  73. 6991218 Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here by Douglas Gregor · 15 years ago
  74. ff6912b Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. by Daniel Dunbar · 15 years ago
  75. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 15 years ago
  76. 90556e3 Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference by Ted Kremenek · 15 years ago
  77. 8f99993 Revert 84601. Looks like it was causing failures on some systems. by Ted Kremenek · 15 years ago
  78. 01fbef6 Fix a reference count imbalance in RewriteRope::MakeRopeString(). by Ted Kremenek · 15 years ago
  79. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  80. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  81. 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
  82. 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 15 years ago
  83. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 15 years ago
  84. 7e37c81 Use raw_svector_ostream for string concatenation. by Daniel Dunbar · 15 years ago
  85. c01b46e adjust indentation. by Zhongxing Xu · 15 years ago
  86. b83ded0 Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in the HTMLRewriter. by Ted Kremenek · 15 years ago
  87. b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  88. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  89. a0978c2 Fix for PR2386: distinguish between insertion and replacements in the by Eli Friedman · 15 years ago
  90. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  91. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  92. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
  93. 2223622 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 16 years ago
  94. 3c59823 Tighten message bubble height. by Ted Kremenek · 16 years ago
  95. 00f01e4 Adjust CSS to make message bubble numbers less gaudy. by Ted Kremenek · 16 years ago
  96. 80bae76 Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::Kind. by Ted Kremenek · 16 years ago
  97. 2f10398 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 16 years ago
  98. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  99. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 16 years ago
  100. e9e6cb9 simplify this code and make it use highlight range. This by Chris Lattner · 16 years ago