summaryrefslogtreecommitdiffstats
path: root/tools/libclang/ARCMigrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-181-2/+2
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-3/+1
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-3/+1
* Fix the !CLANG_ENABLE_ARCMT buildAlp Toker2014-07-141-0/+10
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-4/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-4/+4
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-6/+4
* Sort #include lines for tools/...Chandler Carruth2012-12-041-1/+0
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+41
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-111-14/+16
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-0/+96