summaryrefslogtreecommitdiff
path: root/lib/ARCMigrate
Commit message (Expand)AuthorAge
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-12
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-12
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-31
* [objcmt] Make sure we don't edit the return type to add 'instancetype' if the...Argyrios Kyrtzidis2014-05-21
* Clean up language and grammar.Eric Christopher2014-05-20
* ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker2014-05-19
* Get ARCMT/GC-check-warn-nsalloc.m workingAlp Toker2014-05-19
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* [C++11] Use 'nullptr'.Craig Topper2014-05-07
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-28
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-17
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-14
* [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-13
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-13
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Switch from the llvm_move macro to directly calling std::move.Chandler Carruth2014-03-02
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* Update for llvm api change.Rafael Espindola2014-02-24
* Don't assume that F_None is the default. It is about to change.Rafael Espindola2014-02-24
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Use simpler version of fs::create_directory.Rafael Espindola2014-02-13
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-26
* Identify two more unsafe uses of getCustomDiagID()Alp Toker2014-01-26
* ARCMigrate: Introduce proper diagnostics for TransformActionsAlp Toker2014-01-26
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* PlistSupport: Eliminate duplicated EmitLocation() and EmitRange() functionsAlp Toker2014-01-25
* PlistSupport: Unify ARCMigrate / StaticAnalyzer plist writersAlp Toker2014-01-25
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-10
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-19
* ObjectiveC migrator. Fixes a bug when protocolFariborz Jahanian2013-12-17
* Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.Hans Wennborg2013-12-12
* Revert r197076: "[objcmt] When emitting a remap file, use a json formatHans Wennborg2013-12-12
* Objective-C migrator: when inferring 'readonly' property of anFariborz Jahanian2013-12-12
* Remove extra qualification to fix build with g++ after r197076Alp Toker2013-12-11
* [objcmt] When emitting a remap file, use a json format with the edit entries,...Argyrios Kyrtzidis2013-12-11
* [objcmt] When whitelisting the headers we want to modify, allow changing theArgyrios Kyrtzidis2013-12-11