aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate
AgeCommit message (Expand)Author
2019-05-03Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan
2019-05-02[Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-03-01Fix file headers. NFCFangrui Song
2019-02-10Use llvm::is_contained. NFCFangrui Song
2019-02-03[AST] Update the comments of the various Expr::Ignore* + Related cleanupsBruno Ricci
2019-01-29[analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManagerGeorge Karpenkov
2019-01-25[analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...George Karpenkov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov
2019-01-10[analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.George Karpenkov
2019-01-10[analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...George Karpenkov
2018-12-10Misc typos fixes in ./lib folderRaphael Isemann
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-31Create ConstantExpr classBill Wendling
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-08-21Add missing library dependency to fix build break after rC340247Hiroshi Inoue
2018-08-21[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2George Karpenkov
2018-08-20Model type attributes as regular Attrs.Richard Smith
2018-08-18Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"Bruno Cardoso Lopes
2018-08-18[analyzer] [NFC] Split up RetainSummaryManager from RetainCountCheckerGeorge Karpenkov
2018-08-17[analyzer] [NFC] Move ObjCRetainCount to include/AnalysisGeorge Karpenkov
2018-08-15Add a newline to SourceLocation dump outputStephen Kelly
2018-08-14Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner
2018-08-13Model type attributes as regular Attrs.Richard Smith
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith
2018-04-06Fix typos in clangAlexander Kornienko
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-04-28[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-07-18[NFC] Header cleanupMehdi Amini
2016-07-15[objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis
2016-07-15[objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer
2016-02-10Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko
2016-02-07[Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis
2016-01-28Class Property: class property and instance property can have the same name.Manman Ren
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Use instance_properties instead of properties. NFC.Manman Ren
2015-12-16Fix funciton->function typo.Eric Christopher
2015-11-06Refactor: Simplify boolean conditional return statements in lib/ARCMigrateAlexander Kornienko
2015-11-03Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor