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