summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* Objective-C modern rewriter. Patch to fix a rewriting bug Fariborz Jahanian2014-10-281-0/+4
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-232-34/+12
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+1
* -frewrite-includes: Normalize line endings to match the main source fileReid Kleckner2014-09-051-52/+90
* Update for llvm api change.Rafael Espindola2014-08-251-6/+5
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-252-36/+23
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-172-4/+4
* Correctly implement -include search logic.Manuel Klimek2014-08-121-3/+6
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-104-26/+24
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-174-24/+26
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-174-26/+24
* Make clang's rewrite engine a core featureAlp Toker2014-07-1610-0/+15049
OpenPOWER on IntegriCloud