summaryrefslogtreecommitdiffstats
path: root/lib/ARCMigrate/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...George Karpenkov2019-01-251-2/+0
* Add missing library dependency to fix build break after rC340247Hiroshi Inoue2018-08-211-0/+1
* Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"Bruno Cardoso Lopes2018-08-181-0/+1
* [analyzer] [NFC] Split up RetainSummaryManager from RetainCountCheckerGeorge Karpenkov2018-08-181-1/+0
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-12/+0
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-2/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-2/+11
* ARCMigrate depends on the static analyzer.Benjamin Kramer2013-08-201-0/+1
* Update CMakeLists.txtTed Kremenek2013-01-041-2/+2
* Add file added in r171484 to CMakelists.txt.Filipe Cabecinhas2013-01-041-0/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+4
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-1/+2
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+8
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+1
* [arcmt] Collect all the places where GC attributes __strong/__weak occur.Argyrios Kyrtzidis2011-11-061-0/+1
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-0/+1
* Update CMake build.Benjamin Kramer2011-07-191-0/+1
* [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis2011-07-181-0/+1
* Unbreak the CMake build.Sean Hunt2011-06-231-1/+0
* Unbreak the CMake buildSean Hunt2011-06-211-1/+1
* [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut...Argyrios Kyrtzidis2011-06-211-1/+0
* [arcmt] Break apart Transforms.cpp.Argyrios Kyrtzidis2011-06-211-0/+11
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-161-0/+1
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+14