summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete dead code.Rafael Espindola2016-06-211-96/+0
* Fix a couple assertions that can never fire because the condition ANDed with ...Craig Topper2016-04-241-1/+1
* [Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka2016-02-111-1/+1
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-43/+11
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-6/+9
* Fix a couple places where InsertText was being called with a pointer and size...Craig Topper2015-10-221-3/+3
* Pass an ArrayRef instead of pointer and size. NFCCraig Topper2015-10-221-41/+22
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-18/+14
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* [Objective-C modern translation]. Patch to fix type ofFariborz Jahanian2015-04-091-97/+97
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-103/+94
* 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
* 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-231-17/+6
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-18/+11
* 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-8/+5
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-5/+8
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-8/+5
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+7760
OpenPOWER on IntegriCloud