1. 6d35b5a Keep track of errors/warnings in FixItRewriter. by Argyrios Kyrtzidis · 15 years ago
  2. d004064 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 15 years ago
  3. 4bc41ae Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 15 years ago
  4. 7decc9e Calculate the value kind of an expression when it's created and by John McCall · 15 years ago
  5. f608deb Kill CK_Unknown references in the ObjC rewriter. The actual by John McCall · 15 years ago
  6. 086a24a Fixes a rewrite bug, rewriting nested property usage by Fariborz Jahanian · 15 years ago
  7. 90d2e57 Proper rewriting of block envokation with by Fariborz Jahanian · 15 years ago
  8. 733dde6 Fixes a rewriting bug when type in a block argument type by Fariborz Jahanian · 15 years ago
  9. 147e1cb Patch to rewrite objc qualified types which occur in by Fariborz Jahanian · 15 years ago
  10. 508ef2c Correct typos and whitespace, spotted by Nico Weber! by Nick Lewycky · 15 years ago
  11. fb5e584 More class anonymization. by Benjamin Kramer · 15 years ago
  12. bb40ea4 Fixes a potential crash in rewriter when sending message to 'super'. by Fariborz Jahanian · 15 years ago
  13. 3a02f3e GCC 4.4 warns that Receiver may be used uninitialized in this function. by Duncan Sands · 15 years ago
  14. 7c299bc Do not rewrite new accessor if user has defined accessors. by Fariborz Jahanian · 15 years ago
  15. c81155e Silence uninitialized value warning. by Ted Kremenek · 15 years ago
  16. 1cee0ad Fix a rewriting bug of rewriting properties declared in by Fariborz Jahanian · 15 years ago
  17. 9c07e17 Rewrite bug fix rewriting a property assignment when by Fariborz Jahanian · 15 years ago
  18. 681c075 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 15 years ago
  19. fef5d16 Some refactoring of property rewriting stuff by Fariborz Jahanian · 15 years ago
  20. f3f903a This patch does a few things in the area of objective-c by Fariborz Jahanian · 15 years ago
  21. 163488f When dealing with an assignment with LHS being a property reference by Fariborz Jahanian · 15 years ago
  22. fc8315f Fix a block rewriter bug where copy/dispose entries in by Fariborz Jahanian · 15 years ago
  23. 7bf13c4 Rewriting array element type of qualified-id. Fixes rdra://8475819. by Fariborz Jahanian · 15 years ago
  24. aa0f2b3 Fix rewriting of property declared in @protocol's. Fixed //rdar://8472487. by Fariborz Jahanian · 15 years ago
  25. 0947621 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 15 years ago
  26. 0881f4a CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 15 years ago
  27. c9199f5 Clean up CMake dependencies by Douglas Gregor · 15 years ago
  28. b2f0713 Clean up some of the CMake dependencies by Douglas Gregor · 15 years ago
  29. a3d232a zap more dead code. by Chris Lattner · 15 years ago
  30. 3dd48bd "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment by Chris Lattner · 15 years ago
  31. c6bf0bd AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 15 years ago
  32. 5209a0d Fix CMake dependencies by Douglas Gregor · 15 years ago
  33. 43b2057 Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 15 years ago
  34. 8e7d656 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 15 years ago
  35. e302792 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 15 years ago
  36. 2536c6d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 15 years ago
  37. f0708de Fix crasher with IgnoringDiagClient by Douglas Gregor · 15 years ago
  38. 2dd19f1 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 15 years ago
  39. b13f5d9 Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 15 years ago
  40. 56df977 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 15 years ago
  41. 53f1042 Make the FixItOptions object required instead of optional. by Nick Lewycky · 15 years ago
  42. 1cec2cc Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 15 years ago
  43. 0db53e4 Remember that FixItOptions* is optional and don't crash when it's not provided. by Nick Lewycky · 15 years ago
  44. 078a5e2 Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode by Nick Lewycky · 15 years ago
  45. cf14216 Store inheritance paths after CastExprs instead of inside them. by John McCall · 15 years ago
  46. e6a4e39 Initialize block's imported variable(s) in by Fariborz Jahanian · 15 years ago
  47. 3fd2a55 Fix source location of the initializer in by Fariborz Jahanian · 15 years ago
  48. 34c8598 Fix a rewriter bug which originates in SemaInit involving by Fariborz Jahanian · 15 years ago
  49. c57d34b Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 15 years ago
  50. ad4f38b BUILD_ARCHIVE is the default for libraries, no need to set it. by Chris Lattner · 15 years ago
  51. 8d5609b Pass StringRefs by value. by Benjamin Kramer · 15 years ago
  52. 603d81b When forming a function call or message send expression, be sure to by Douglas Gregor · 15 years ago
  53. 568bc84 Remove Decl::getCompoundBody(). by Argyrios Kyrtzidis · 15 years ago
  54. 8ab6c54 Rewriter: Use the appropriate printing context instead of the default by Daniel Dunbar · 15 years ago
  55. ed8b6b7 introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 15 years ago
  56. c1b1729 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago
  57. 48eb14d Fix: by Chris Lattner · 15 years ago
  58. ee6b692 Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 15 years ago
  59. e6c1daa Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
  60. 40884c0 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 16 years ago
  61. 0384e635 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 16 years ago
  62. eb92dc0 Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 16 years ago
  63. e0fbb83 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 16 years ago
  64. 0adf318 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 16 years ago
  65. 802b776 Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 16 years ago
  66. f6442f8 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 16 years ago
  67. a7e1dcd Some clean up of replacement text API no longer needed by my recent changes. by Fariborz Jahanian · 16 years ago
  68. 8131081 Fixes a rewrite bug rewriting nested ivars reference. (Radar 7583971). by Fariborz Jahanian · 16 years ago
  69. 0bcc858 -fno-rtti is now the default. by Chris Lattner · 16 years ago
  70. 6a89c50 reduce redundant are's by Chris Lattner · 16 years ago
  71. db2ef37 Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). by Ted Kremenek · 16 years ago
  72. 710bb87 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 16 years ago
  73. 5492edc Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here by Douglas Gregor · 16 years ago
  74. a2ff3b4 Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. by Daniel Dunbar · 16 years ago
  75. d0ba0e6 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 16 years ago
  76. 2e385f9 Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference by Ted Kremenek · 16 years ago
  77. 988c581 Revert 84601. Looks like it was causing failures on some systems. by Ted Kremenek · 16 years ago
  78. 2f9876c Fix a reference count imbalance in RewriteRope::MakeRopeString(). by Ted Kremenek · 16 years ago
  79. 0124950 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 16 years ago
  80. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  81. 76d8c57 Don't install Clang libraries. by Douglas Gregor · 16 years ago
  82. 62c850f Remove now unnecessary helper methods. by Daniel Dunbar · 16 years ago
  83. dec484a Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 16 years ago
  84. 69c300d Use raw_svector_ostream for string concatenation. by Daniel Dunbar · 16 years ago
  85. b562444 adjust indentation. by Zhongxing Xu · 16 years ago
  86. 6dec002 Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in the HTMLRewriter. by Ted Kremenek · 16 years ago
  87. 3e808ed Lexically order files in CMakeLists.txt files. by Ted Kremenek · 16 years ago
  88. c61089a Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 16 years ago
  89. e6eb2ed Fix for PR2386: distinguish between insertion and replacements in the by Eli Friedman · 17 years ago
  90. 184e65d Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 17 years ago
  91. 23d75bb Build system changes to use TableGen to generate the various by Douglas Gregor · 17 years ago
  92. e07ea35 fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 17 years ago
  93. a039a62 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 17 years ago
  94. 6c6a098 Tighten message bubble height. by Ted Kremenek · 17 years ago
  95. ccca5c3 Adjust CSS to make message bubble numbers less gaudy. by Ted Kremenek · 17 years ago
  96. c62af6c Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::Kind. by Ted Kremenek · 17 years ago
  97. e780823 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 17 years ago
  98. 87f95b0 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 17 years ago
  99. 59da739 Fix PR3635 by handling ## magically by Chris Lattner · 17 years ago
  100. 8cad67b simplify this code and make it use highlight range. This by Chris Lattner · 17 years ago