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