summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-122-6/+6
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-162-6/+6
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-162-28/+22
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-192-4/+4
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-9/+6
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-2/+2
* 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