summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+3
* [C++11] Use 'nullptr'.Craig Topper2014-05-071-103/+103
* [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-23/+22
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-5/+4
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-3/+1
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-12/+4
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-131-20/+8
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-21/+9
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-3/+3
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-9/+6
* [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-3/+1
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-7/+4
* RewriteObjC: Factor string literal creation into a helper and make sure it ge...Benjamin Kramer2014-02-251-29/+14
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-15/+13
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-22/+29
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Fix constructor-related typos.Benjamin Kramer2013-09-091-14/+14
* 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-14/+14
* Revert 178663.Rafael Espindola2013-04-031-14/+14
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-14/+14
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-26/+20
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-5/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-5/+4
* Fix indent and remove parameter with a matching default value.Chad Rosier2013-01-041-46/+36
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-6/+6
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-6/+7
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-1/+1
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-1/+2
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman2012-09-061-2/+2
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-0/+6028
OpenPOWER on IntegriCloud