summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/ObjCMT.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManagerGeorge Karpenkov2019-01-291-24/+33
* [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...George Karpenkov2019-01-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov2019-01-101-8/+11
* [analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.George Karpenkov2019-01-101-17/+18
* [analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...George Karpenkov2019-01-101-7/+7
* [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2George Karpenkov2018-08-211-2/+2
* Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"Bruno Cardoso Lopes2018-08-181-2/+2
* [analyzer] [NFC] Split up RetainSummaryManager from RetainCountCheckerGeorge Karpenkov2018-08-181-2/+2
* [analyzer] [NFC] Move ObjCRetainCount to include/AnalysisGeorge Karpenkov2018-08-171-1/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-16/+17
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-15/+16
* Remove trailing spaceFangrui Song2018-07-301-72/+72
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-281-1/+1
* [objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis2016-07-151-27/+17
* [objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis2016-07-151-0/+5
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-11/+7
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+3
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-2/+2
* Fix funciton->function typo.Eric Christopher2015-12-161-2/+2
* Refactor: Simplify boolean conditional return statements in lib/ARCMigrateAlexander Kornienko2015-11-061-22/+10
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-3/+3
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-3/+3
* Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis2015-09-091-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-22/+18
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+1
* [Objective-C SDK modernizer]. Patch to convert setter/getterFariborz Jahanian2015-04-021-5/+8
* [SDK modernizer PATCH]. Fixes a bug whereby a call to superFariborz Jahanian2015-03-231-5/+0
* [SDK modernizer] Patch to fix type of the typed enums whenFariborz Jahanian2015-03-021-3/+3
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-2/+2
* Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macrosFariborz Jahanian2015-01-261-2/+17
* Objective-C moderinzer [qoi], add space on rhs when needed whenFariborz Jahanian2015-01-231-0/+4
* Objective-C modernizer. Avoid using property-dot syntax whenFariborz Jahanian2015-01-231-0/+4
* Objective-C SDK modernizer. When modernizing an enum to Fariborz Jahanian2014-12-101-4/+13
* Objective-C SDK modernizer. Modernize to use Fariborz Jahanian2014-12-091-6/+12
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-5/+5
* Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2014-10-311-1/+1
* Objective-C SDK modernization. import Foundation evenFariborz Jahanian2014-10-091-7/+4
* Objective-C SDK modernization. convert message expression Fariborz Jahanian2014-10-091-0/+105
* Objective-C SDK modernization. When modernizing toFariborz Jahanian2014-10-071-7/+25
* Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian2014-10-061-16/+26