Age | Commit message (Expand) | Author |
2011-06-21 | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-04-30 | Replace a literal 8 with Context->getCharWidth() in | Ken Dyck |
2011-04-20 | Use S.str() to force a flush. | Fariborz Jahanian |
2011-04-20 | Be sure to flush raw_string_ostream objects in the Objective-C | Douglas Gregor |
2011-04-16 | Introduce Rewriter::IncreaseIndentation() which increase indentations for the... | Argyrios Kyrtzidis |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-14 | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson |
2011-04-13 | Collect the options applicable to the Rewriter methods into a RewriterOptions... | Argyrios Kyrtzidis |
2011-04-11 | Fixup more objc rwriter bug having to do with | Fariborz Jahanian |
2011-04-08 | Fixes a rewrting bug of a property-dot syntax expression inside | Fariborz Jahanian |
2011-04-07 | Enhance the Rewriter. | Argyrios Kyrtzidis |
2011-04-01 | Fixes a rewriter bug rewriting call to a byref | Fariborz Jahanian |
2011-04-01 | ANother rewrite bug, rewriting a call of | Fariborz Jahanian |
2011-03-31 | Fix couple of rewriter bugs related to rewriting a | Fariborz Jahanian |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-09 | Fixed InnerLocStart. | Abramo Bagnara |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2011-02-26 | Fix objc rewriting bug casting to qualified objective-c pointetr. | Fariborz Jahanian |
2011-02-26 | Fix a rewriter bug involving call to property's | Fariborz Jahanian |
2011-02-24 | Fix a rewrite bug. // rdar://9039342 | Fariborz Jahanian |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall |
2011-02-16 | Block rewriting bug. Don't take address of captured | Fariborz Jahanian |
2011-02-13 | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi |
2011-02-07 | A few more tweaks to the blocks AST representation: | John McCall |
2011-01-27 | Fix an objective-c rewriter bug rewriting a __block | Fariborz Jahanian |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2011-01-06 | Clang should not warn on code in clang that is only there to remove warnings. | Jakob Stoklund Olesen |
2010-12-22 | Introduced raw_identifier token kind. | Abramo Bagnara |
2010-12-18 | Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq... | Michael J. Spencer |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-14 | Restore r121752 without modification. | John McCall |
2010-12-14 | Pull out r121752 in case it's causing the selfhost breakage. | John McCall |
2010-12-14 | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall |
2010-12-10 | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis |
2010-12-04 | Fix rewriter to match recent changes in property ref | Fariborz Jahanian |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-22 | Minor whitespace fix, no functionality change | Nico Weber |
2010-11-18 | Keep track of errors/warnings in FixItRewriter. | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-11-18 | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-15 | Kill CK_Unknown references in the ObjC rewriter. The actual | John McCall |
2010-11-08 | Fixes a rewrite bug, rewriting nested property usage | Fariborz Jahanian |