summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the memory leak of FloatingLiteral/IntegerLiteral.Argyrios Kyrtzidis2010-08-281-5/+6
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-27/+27
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-40/+40
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-1/+1
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-52/+52
* Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis2010-08-151-63/+0
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-5/+4
* Initialize block's imported variable(s) in Fariborz Jahanian2010-07-281-19/+30
* Fix source location of the initializer in Fariborz Jahanian2010-07-211-8/+0
* Fix a rewriter bug which originates in SemaInit involvingFariborz Jahanian2010-07-211-4/+11
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-2/+4
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-2/+2
* Remove Decl::getCompoundBody().Argyrios Kyrtzidis2010-07-071-1/+1
* Rewriter: Use the appropriate printing context instead of the defaultDaniel Dunbar2010-06-301-16/+23
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+5778
OpenPOWER on IntegriCloud