summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate/ObjCMT.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-281-31/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-10/+10
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-3/+1
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-2/+2
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-131-15/+4
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-6/+2
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-3/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+4
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-11/+5
* Identify two more unsafe uses of getCustomDiagID()Alp Toker2014-01-261-0/+4
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-16/+15
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-2/+2
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-16/+16
* ObjectiveC migrator. Fixes a bug when protocolFariborz Jahanian2013-12-171-1/+3
* Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.Hans Wennborg2013-12-121-0/+340
* Revert r197076: "[objcmt] When emitting a remap file, use a json formatHans Wennborg2013-12-121-340/+0
* Objective-C migrator: when inferring 'readonly' property of anFariborz Jahanian2013-12-121-1/+3
* Remove extra qualification to fix build with g++ after r197076Alp Toker2013-12-111-1/+1
* [objcmt] When emitting a remap file, use a json format with the edit entries,...Argyrios Kyrtzidis2013-12-111-0/+340
* [objcmt] When whitelisting the headers we want to modify, allow changing theArgyrios Kyrtzidis2013-12-111-9/+43
* [objcmt] Add a modernization option to infer and suggest designated initializ...Argyrios Kyrtzidis2013-12-101-0/+59
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-5/+5
* ObjectiveC migrator. delegate property must be Fariborz Jahanian2013-11-211-7/+7
* ObjectiveC migrator. use strong instead of Fariborz Jahanian2013-11-211-2/+2
* ObjectiveC migrator. Do not migrate categories withFariborz Jahanian2013-11-191-39/+11
* ObjectiveC migrator: This patch sets access propertyFariborz Jahanian2013-11-141-27/+29
* [objcmt] Introduce "objcmt-white-list-dir-path=" option.Argyrios Kyrtzidis2013-11-141-4/+46
* [objcmt] -objcmt-atomic-property & -objcmt-ns-nonatomic-iosonly are companion...Argyrios Kyrtzidis2013-11-141-3/+7
* [objcmt] If no objcmt options were specified, default to enable literals+subs...Argyrios Kyrtzidis2013-11-131-1/+8
* [objcmt] Transfer the objcmt flags from the driver to cc1 invocation andArgyrios Kyrtzidis2013-11-131-1/+1
* [objcmt] Use FileIDs directly instead of their hash value.Argyrios Kyrtzidis2013-11-131-15/+15
* ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLYFariborz Jahanian2013-11-131-2/+7
* ObjectiveC migrator. Another alternative toFariborz Jahanian2013-11-121-1/+4
* ObjectiveC migrator. Added a dropped check in myFariborz Jahanian2013-11-081-1/+2
* ObjectiveC migrator. Fixes an obscure bug whereFariborz Jahanian2013-11-081-2/+6
* ObjectiveC migrator. Please annotation of properties with Fariborz Jahanian2013-11-051-0/+3
* ObjectiveC migrator. When inferring readwrite property,Fariborz Jahanian2013-11-011-14/+65
* ObjectiveC migrator. Change naming hueristic forFariborz Jahanian2013-10-311-4/+4
* ObjectiveC migrator: annotate all protocols/methods inFariborz Jahanian2013-10-311-3/+40
* ObjectiveC migrator. Minor clean up of my last patch.Fariborz Jahanian2013-10-171-17/+17
* ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONSFariborz Jahanian2013-10-171-0/+10
* ObjectiveC migrator. Remove blank linesFariborz Jahanian2013-10-161-3/+6
* ObjectiveC migrator. Don't add 'assign' forFariborz Jahanian2013-10-161-2/+5
* ObjectiveC migrator. 'atomic' is the default attribute.Fariborz Jahanian2013-10-161-14/+37
* ObjectiveC migrator. Use 'assign' for 'delegate'Fariborz Jahanian2013-10-161-3/+3
* ObjectiveC migrator: Support for more possibility ofFariborz Jahanian2013-10-151-28/+84
* ObjectiveC migrator. also support migration toFariborz Jahanian2013-10-111-10/+24
OpenPOWER on IntegriCloud