1. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  2. ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
  3. bfae8bd Clean up some of the CMake dependencies by Douglas Gregor · 14 years ago
  4. 24dce6e zap more dead code. by Chris Lattner · 14 years ago
  5. fae9622 "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment by Chris Lattner · 14 years ago
  6. f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 14 years ago
  7. 40a9168 Fix CMake dependencies by Douglas Gregor · 14 years ago
  8. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
  9. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  10. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  11. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  12. 2e37417 Fix crasher with IgnoringDiagClient by Douglas Gregor · 14 years ago
  13. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  14. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  15. 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
  16. 96872c4 Make the FixItOptions object required instead of optional. by Nick Lewycky · 14 years ago
  17. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 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. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  21. 20432ef Initialize block's imported variable(s) in by Fariborz Jahanian · 14 years ago
  22. 10f8e31 Fix source location of the initializer in by Fariborz Jahanian · 14 years ago
  23. 5f371ee Fix a rewriter bug which originates in SemaInit involving by Fariborz Jahanian · 14 years ago
  24. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  25. 9638eef BUILD_ARCHIVE is the default for libraries, no need to set it. by Chris Lattner · 14 years ago
  26. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 14 years ago
  27. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  28. 5f1bfc1 Remove Decl::getCompoundBody(). by Argyrios Kyrtzidis · 14 years ago
  29. fa297fb Rewriter: Use the appropriate printing context instead of the default by Daniel Dunbar · 14 years ago
  30. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  31. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  32. f0ed9ef Fix: by Chris Lattner · 14 years ago
  33. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  34. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  35. 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 15 years ago
  36. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 15 years ago
  37. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
  38. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
  39. f9b0a58 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 15 years ago
  40. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
  41. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  42. 88906cd Some clean up of replacement text API no longer needed by my recent changes. by Fariborz Jahanian · 15 years ago
  43. 7e20ffe Fixes a rewrite bug rewriting nested ivars reference. (Radar 7583971). by Fariborz Jahanian · 15 years ago
  44. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  45. 3ea5cf8 reduce redundant are's by Chris Lattner · 15 years ago
  46. 6a12a14 Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). by Ted Kremenek · 15 years ago
  47. 6e29014 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 15 years ago
  48. 6991218 Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here by Douglas Gregor · 15 years ago
  49. ff6912b Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. by Daniel Dunbar · 15 years ago
  50. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 15 years ago
  51. 90556e3 Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference by Ted Kremenek · 15 years ago
  52. 8f99993 Revert 84601. Looks like it was causing failures on some systems. by Ted Kremenek · 15 years ago
  53. 01fbef6 Fix a reference count imbalance in RewriteRope::MakeRopeString(). by Ted Kremenek · 15 years ago
  54. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  55. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  56. 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
  57. 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 15 years ago
  58. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 15 years ago
  59. 7e37c81 Use raw_svector_ostream for string concatenation. by Daniel Dunbar · 15 years ago
  60. c01b46e adjust indentation. by Zhongxing Xu · 15 years ago
  61. b83ded0 Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in the HTMLRewriter. by Ted Kremenek · 15 years ago
  62. b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  63. e4f2142 Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. by Chris Lattner · 15 years ago
  64. a0978c2 Fix for PR2386: distinguish between insertion and replacements in the by Eli Friedman · 15 years ago
  65. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
  66. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  67. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 16 years ago
  68. 2223622 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 16 years ago
  69. 3c59823 Tighten message bubble height. by Ted Kremenek · 16 years ago
  70. 00f01e4 Adjust CSS to make message bubble numbers less gaudy. by Ted Kremenek · 16 years ago
  71. 80bae76 Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::Kind. by Ted Kremenek · 16 years ago
  72. 2f10398 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 16 years ago
  73. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  74. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 16 years ago
  75. e9e6cb9 simplify this code and make it use highlight range. This by Chris Lattner · 16 years ago
  76. b7949a9 fix a fixme in -emit-html output: highlight the entire range of a macro by Chris Lattner · 16 years ago
  77. 05db427 Fix rdar://6562329, a static analyzer crash Ted noticed on by Chris Lattner · 16 years ago
  78. 867924d make "floating macro bubble" output of -emit-html much prettier: by Chris Lattner · 16 years ago
  79. 52c2908 rename getFullFilePos -> getFileOffset. by Chris Lattner · 16 years ago
  80. 47246be This change refactors some of the low-level lexer interfaces a bit. by Chris Lattner · 16 years ago
  81. de7aeef Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 16 years ago
  82. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 16 years ago
  83. 025c3a6 add a simplified lexer ctor that sets up the lexer to raw-lex an entire file. by Chris Lattner · 16 years ago
  84. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  85. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  86. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  87. 99bd46c make the -rewrite-test a bit more interesting: it now by Chris Lattner · 16 years ago
  88. cff9cc9 start implementing a token rewriter. At this point, it just reads in a file by Chris Lattner · 16 years ago
  89. 590f0cc Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 16 years ago
  90. 2c3352b Add #include (introduced by dependence on DeclGroup) by Ted Kremenek · 16 years ago
  91. b5cd09a add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 16 years ago
  92. 3f61c18 Fixed an offset calculation error. by Zhongxing Xu · 16 years ago
  93. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  94. cc1b853 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  95. 6336630 honor EscapeSpaces in 2nd overload of EscapeText() by Nico Weber · 16 years ago
  96. 170db7c Add CSS for word wrapping of long message bubbles. by Ted Kremenek · 16 years ago
  97. f6f593f In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! by Ted Kremenek · 16 years ago
  98. 3d2e8c7 Fix rewrite rope to keep the leaf list up-to-date as it erases leaves by Chris Lattner · 16 years ago
  99. 54bd7cb add an assertion by Chris Lattner · 16 years ago
  100. 514b24c fix a nasty off-by-one error. by Chris Lattner · 16 years ago