summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* [Sema] Fix crash-on-invalid-code issue:Argyrios Kyrtzidis2012-03-021-0/+4
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-291-1/+3
* modern objc translator. Finish off first cut of theFariborz Jahanian2012-02-201-4/+10
* objc: If a method is not implemented in the category implementation butFariborz Jahanian2012-02-091-15/+17
* Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...Benjamin Kramer2012-02-071-4/+4
* Delay the creation of the built-in Objective-C class 'Protocol' byDouglas Gregor2012-01-171-1/+1
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-6/+0
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-051-6/+70
* Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...Douglas Gregor2012-01-011-10/+4
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-24/+0
* Wire up redeclaration chains for Objective-C protocols, so that bothDouglas Gregor2012-01-011-7/+22
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-011-1/+7
* Move the data that corresponds to the definition of a protocol into aDouglas Gregor2012-01-011-1/+11
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-22/+0
* objective-c: Use class definition AST in several situations whenFariborz Jahanian2011-12-231-0/+4
OpenPOWER on IntegriCloud