summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argum...Ted Kremenek2013-11-231-5/+11
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-221-67/+53
* Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...Ted Kremenek2013-11-211-22/+4
* Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...Ted Kremenek2013-11-211-4/+22
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-251-3/+4
* Rename some functions for consistency.Rafael Espindola2013-10-171-2/+2
* ObjC migrator: Improve on hueristics.Fariborz Jahanian2013-07-101-0/+11
* Fix potential infinite loop when iterating over redeclarations of an ObjMetho...Argyrios Kyrtzidis2013-05-301-17/+23
* Objective-C [qoi]: When an class conforms to multipleFariborz Jahanian2013-05-201-0/+24
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+2
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-031-1/+2
* Objective-C: This is a small modification to myFariborz Jahanian2013-04-251-15/+18
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-241-15/+17
* Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis2013-04-171-50/+1
* Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis2013-04-151-7/+25
* Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis2013-04-131-25/+7
* When looking for overridden ObjC methods, don't ignore 'hidden' ones.Argyrios Kyrtzidis2013-03-291-12/+17
* Objective-C: Tighten the rules when warningFariborz Jahanian2013-03-211-0/+66
* Objective-C: Fixes a comment.Fariborz Jahanian2013-03-121-1/+1
* Ensure that DIType is regenerated after we visit an implementationAdrian Prantl2013-03-061-20/+33
* Temporarily revert r176116 for compile-time performance regression.Adrian Prantl2013-02-271-33/+20
* Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl2013-02-261-20/+33
* objective-C: synthesize properties in order of theirFariborz Jahanian2013-02-141-4/+8
* objective-C: Make order of ivars which are synthesizedFariborz Jahanian2013-02-131-7/+40
* Ensure that type definitions present in just-loaded modules areDouglas Gregor2013-02-091-10/+16
* Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor2013-01-171-0/+27
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-59/+70
* comment parsing: when property accessors don't have commentFariborz Jahanian2013-01-121-0/+5
* Minor refactoring of my last patchFariborz Jahanian2013-01-071-13/+12
* objective-C: when searching for declarations in protocolFariborz Jahanian2013-01-071-4/+8
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-7/+9
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-1/+22
* Address Jordan's review: comments, spaces.Anna Zaks2012-10-311-2/+5
* Factor CollectClassPropertyImplementations out of Sema into ASTAnna Zaks2012-10-181-0/+26
* ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method.Jordan Rose2012-10-111-1/+1
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-0/+2
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-101-0/+42
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-4/+3
* Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis2012-10-091-0/+174
* When we load a function or method body from an AST file, we checkDouglas Gregor2012-10-091-0/+4
* Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.Anna Zaks2012-09-271-0/+11
* Mark ObjCInterfaceDecl::lookupPrivateMethod as const.Anna Zaks2012-07-301-1/+1
* Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.Anna Zaks2012-07-271-1/+20
* Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher2012-07-191-9/+3
* [AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis2012-06-161-1/+8
* Documentation cleanup: escape Objective-C @keywords in Doxygen comments.James Dennett2012-06-151-3/+3
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-11/+11
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-11/+11
* objective-c: Don't warn when a category does not implement a methodFariborz Jahanian2012-04-051-10/+12
* [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter...Argyrios Kyrtzidis2012-03-131-9/+5
OpenPOWER on IntegriCloud