summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
* [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
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* PTH-- Remove feature entirely-Erich Keane2018-12-041-2/+0
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* Create ConstantExpr classBill Wendling2018-10-314-8/+8
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+2
* Add missing library dependency to fix build break after rC340247Hiroshi Inoue2018-08-211-0/+1
* [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2George Karpenkov2018-08-211-2/+2
* Model type attributes as regular Attrs.Richard Smith2018-08-202-11/+6
* Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"Bruno Cardoso Lopes2018-08-182-2/+3
* [analyzer] [NFC] Split up RetainSummaryManager from RetainCountCheckerGeorge Karpenkov2018-08-182-3/+2
* [analyzer] [NFC] Move ObjCRetainCount to include/AnalysisGeorge Karpenkov2018-08-171-1/+1
* Add a newline to SourceLocation dump outputStephen Kelly2018-08-151-1/+1
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-142-6/+11
* Model type attributes as regular Attrs.Richard Smith2018-08-132-11/+6
* Port getLocEnd -> getEndLocStephen Kelly2018-08-094-24/+25
* Port getLocStart -> getBeginLocStephen Kelly2018-08-098-42/+46
* Remove trailing spaceFangrui Song2018-07-3018-135/+135
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-099-24/+24
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-304-9/+12
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-032-0/+2
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-281-1/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-2/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+2
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-182-5/+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
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* 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-072-8/+9
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-262-3/+3
* Fix funciton->function typo.Eric Christopher2015-12-161-2/+2
* Refactor: Simplify boolean conditional return statements in lib/ARCMigrateAlexander Kornienko2015-11-065-47/+18
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-22/+4
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-302-1/+5
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-222-2/+3
* Roll-back r250822.Angel Garcia Gomez2015-10-203-3/+3
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-203-3/+3
* 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-092-2/+2
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-132-3/+0
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-4/+3