summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-3/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+3
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-2/+2
* Fix file headers. NFCFangrui Song2019-03-012-2/+2
* Use llvm::is_contained. NFCFangrui Song2019-02-101-2/+2
* [AST] Update the comments of the various Expr::Ignore* + Related cleanupsBruno Ricci2019-02-033-8/+11
* [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-252-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* [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