summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-42/+38
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-3/+3
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-3/+3
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-14/+11
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-2/+2
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-2/+2
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-231-17/+6
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-18/+12
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-6/+6
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-6/+6
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-6/+6
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+5952
OpenPOWER on IntegriCloud