summaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclObjC.h
Commit message (Expand)AuthorAge
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-03
* 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
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-24
* When looking for overridden ObjC methods, don't ignore 'hidden' ones.Argyrios Kyrtzidis2013-03-29
* Objective-C: Tighten the rules when warningFariborz Jahanian2013-03-21
* Ensure that DIType is regenerated after we visit an implementationAdrian Prantl2013-03-06
* Temporarily revert r176116 for compile-time performance regression.Adrian Prantl2013-02-27
* Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl2013-02-26
* objective-C: synthesize properties in order of theirFariborz Jahanian2013-02-14
* Ensure that type definitions present in just-loaded modules areDouglas Gregor2013-02-09
* Fix a typo introduced in r172665.Matt Beaumont-Gay2013-01-17
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-16
* Make sure to initialize the HasSkippedBody bit.Argyrios Kyrtzidis2012-12-06
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-06
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-01
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Address Jordan's review: comments, spaces.Anna Zaks2012-10-31
* Factor CollectClassPropertyImplementations out of Sema into ASTAnna Zaks2012-10-18
* Set a special flag in class metadata when an Objective-C classJohn McCall2012-10-17
* Remove pointless classof()'s.Sean Silva2012-10-11
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-10
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-10
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-10
* Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis2012-10-09
* When we load a function or method body from an AST file, we checkDouglas Gregor2012-10-09
* Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.Anna Zaks2012-09-27
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-15
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-13
* Remove deprecated getNameAsCString methods.Benjamin Kramer2012-07-31
* Mark ObjCInterfaceDecl::lookupPrivateMethod as const.Anna Zaks2012-07-30
* Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.Anna Zaks2012-07-27
* Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher2012-07-19
* [AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis2012-06-16
* Ongoing documentation cleanup: fixed Doxygen markup errors, added \briefJames Dennett2012-06-15
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-10
* [libclang] When doing the cursor visitation make sure declarationsArgyrios Kyrtzidis2012-06-09
* Fix many doxygen formatting errors.Chandler Carruth2012-06-07
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-09
* objective-c: Don't warn when a category does not implement a methodFariborz Jahanian2012-04-05
* [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter...Argyrios Kyrtzidis2012-03-13
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-09
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-29
* modern objc translator. Finish off first cut of theFariborz Jahanian2012-02-20
* objc: If a method is not implemented in the category implementation butFariborz Jahanian2012-02-09
* Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc...Benjamin Kramer2012-02-07
* Delay the creation of the built-in Objective-C class 'Protocol' byDouglas Gregor2012-01-17