summaryrefslogtreecommitdiff
path: root/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAge
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-10
* [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis2014-04-26
* Fix indentation, NFC.Argyrios Kyrtzidis2014-04-16
* [objc] Consider new initializers inside @implementation when determining if t...Argyrios Kyrtzidis2014-04-16
* [SemaObjC] For the semantics of the designated-initializer attribute, conside...Argyrios Kyrtzidis2014-03-28
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...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 prop_begin() and prop_end() wit...Aaron Ballman2014-03-13
* Objective-C. Prevent an assertion crash due to buggy codeFariborz Jahanian2014-03-11
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* Objective-C. Return 0 as class of methods in protocols.Fariborz Jahanian2014-03-04
* Remove obsolete ObjCMethodDecl arg_type iterator functionsAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-03
* Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...Ted Kremenek2013-12-10
* [AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instea...Argyrios Kyrtzidis2013-12-10
* [objc] If an interface has no initializer marked as designated and introduces...Argyrios Kyrtzidis2013-12-05
* [objc] Emit warning when the implementation of a secondary initializer calls onArgyrios Kyrtzidis2013-12-03
* [objc] Emit warnings when the implementation of a designated initializer call...Argyrios Kyrtzidis2013-12-03
* [objc] Emit a warning when the implementation of a designated initializer doe...Argyrios Kyrtzidis2013-12-03
* [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get theArgyrios Kyrtzidis2013-12-03
* Use specific_attr_iterator to tighten loop over ObjCSuppressProtocolAttrs.Ted Kremenek2013-11-23
* Move logic to check if a class is tagged with objc_suppress_protocol_methods ...Ted Kremenek2013-11-23
* Add back experimental attribute objc_suppress_protocol_methods (slightly rena...Ted Kremenek2013-11-23
* Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argum...Ted Kremenek2013-11-23
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-22
* Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...Ted Kremenek2013-11-21
* Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...Ted Kremenek2013-11-21
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-25
* Rename some functions for consistency.Rafael Espindola2013-10-17
* ObjC migrator: Improve on hueristics.Fariborz Jahanian2013-07-10
* Fix potential infinite loop when iterating over redeclarations of an ObjMetho...Argyrios Kyrtzidis2013-05-30
* Objective-C [qoi]: When an class conforms to multipleFariborz Jahanian2013-05-20
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-03
* Objective-C: This is a small modification to myFariborz Jahanian2013-04-25