summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-7756/+0
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+2
* [C++11] Use 'nullptr'.Craig Topper2014-05-071-141/+140
* Objective-C rewriter. Use _WIN64 instead of __LLP64__Fariborz Jahanian2014-04-161-1/+1
* Objective-C modern translator. Fix declaration ofFariborz Jahanian2014-04-011-0/+4
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-22/+12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-8/+8
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-5/+4
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-12/+4
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-141-8/+3
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-8/+3
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-2/+2
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-131-26/+10
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-25/+10
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-6/+6
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-24/+9
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-7/+2
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-2/+1
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-16/+10
* RewriteObjC: Factor string literal creation into a helper and make sure it ge...Benjamin Kramer2014-02-251-56/+22
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-20/+17
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-22/+29
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* ObjectiveC modern translator. Fixes a translation bugFariborz Jahanian2013-11-221-6/+3
* ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian2013-10-071-0/+15
* Revert my patch in r191155 to allow forwardFariborz Jahanian2013-09-241-9/+12
* ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian2013-09-171-1/+1
* Remove unused variable.Eli Friedman2013-09-101-1/+0
* Modern ObjectiveC translator. Fix translation of Fariborz Jahanian2013-09-091-36/+26
* Fix constructor-related typos.Benjamin Kramer2013-09-091-14/+14
* ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian2013-09-051-18/+23
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-10/+10
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-8/+8
* Add 178663 back.Rafael Espindola2013-04-031-17/+17
* Revert 178663.Rafael Espindola2013-04-031-17/+17
* Objective-C modern rewriter. Fixes a bugFariborz Jahanian2013-04-031-3/+9
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-17/+17
* Add some assertions to appease the static analyzer.Jordan Rose2013-03-151-2/+1
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-34/+25
* objective-C modern translator: Fixes a mistranslationFariborz Jahanian2013-02-111-1/+3
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* objective-C modern translation: Fix another random translation bugFariborz Jahanian2013-02-081-0/+2
* objective-C modern translator. Fixes a trivialFariborz Jahanian2013-02-081-3/+3
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-081-7/+11
* objective-C modern translator. More fixups for Fariborz Jahanian2013-02-071-2/+23
* objective-C modern translator. Fix up the translatedFariborz Jahanian2013-02-071-28/+265
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-5/+2
OpenPOWER on IntegriCloud