aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/CMakeLists.txt
AgeCommit message (Expand)Author
2013-01-04Update CMakeLists.txtTed Kremenek
2013-01-04Add file added in r171484 to CMakelists.txt.Filipe Cabecinhas
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-11-06[arcmt] Collect all the places where GC attributes __strong/__weak occur.Argyrios Kyrtzidis
2011-11-04[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis
2011-07-19Update CMake build.Benjamin Kramer
2011-07-18[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis
2011-06-23Unbreak the CMake build.Sean Hunt
2011-06-21Unbreak the CMake buildSean Hunt
2011-06-21[arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut...Argyrios Kyrtzidis
2011-06-21[arcmt] Break apart Transforms.cpp.Argyrios Kyrtzidis
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall