summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-9/+9
* remove duplicate code.Fariborz Jahanian2012-09-131-3/+0
* Move back the stuff about missing ownership attribute warningFariborz Jahanian2012-09-131-0/+27
* Move no explicit ownership warning to SemaType.cpp.Fariborz Jahanian2012-09-131-27/+0
* objective-C arc: don't issue no explicit ownership warning whenFariborz Jahanian2012-09-121-7/+9
* More tweaking and test cases for call to superFariborz Jahanian2012-09-101-1/+4
* objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian2012-09-071-3/+8
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-4/+4
* objective-C ARC: under -Wexplicit-ownership-type diagnose thoseFariborz Jahanian2012-08-301-0/+26
* objective-C: Do not warn if align attribute on methodFariborz Jahanian2012-08-241-5/+29
* objective-C: refactor/simplify parsing of delayedFariborz Jahanian2012-08-081-28/+4
* PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently.Richard Smith2012-08-081-6/+6
* Fix an assertion failure instantiating a constexpr function from within a -de...Eli Friedman2012-08-011-2/+2
* objective-c arc: ARC IRGen correctly assumes resultFariborz Jahanian2012-07-301-1/+18
* Attaching comments to declarations during parsing: handle more Objective-C de...Dmitri Gribenko2012-07-131-0/+1
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-1/+3
* objective-c: don't involve properties when checkingFariborz Jahanian2012-07-051-1/+2
* Remove a redundant assignment to the FDecl variable from *inside* it'sChandler Carruth2012-07-031-1/+1
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-5/+29
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+7
* Still more Doxygen documentation fixes:James Dennett2012-06-141-7/+7
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-6/+6
* Use the SelectorSet typedef more widely throughout Sema.Benjamin Kramer2012-05-271-11/+11
* A selector match between two Objective-C methods does *not* guaranteeDouglas Gregor2012-05-171-13/+18
* In the override search for Objective-C methods, protect against ASTs that hav...Douglas Gregor2012-05-171-5/+8
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-091-56/+69
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-041-7/+7
* Do not keep track of the set of visited Objective-C containers whenDouglas Gregor2012-05-031-7/+8
* Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, byDouglas Gregor2012-05-011-55/+29
* The semantic checking that verifies whether an Objective-C methodDouglas Gregor2012-05-011-14/+17
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-7/+7
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+30
* objective-c: Don't warn when a category does not implement a methodFariborz Jahanian2012-04-051-2/+2
* Make sure we don't accept an @interface inside another objc containerArgyrios Kyrtzidis2012-03-231-4/+6
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-2/+2
* Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis2012-03-131-0/+2
* [Sema] -Add an invalid objc category to the DeclContext so that it can beArgyrios Kyrtzidis2012-03-121-0/+5
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-15/+15
* [Sema] Fix crash-on-invalid-code issue:Argyrios Kyrtzidis2012-03-021-1/+1
* Sema/ObjC: Override search can generate a large search list, bump the base sizeDaniel Dunbar2012-02-291-3/+4
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-5/+10
* [libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis2012-02-231-0/+19
* objc: If a method is not implemented in the category implementation butFariborz Jahanian2012-02-091-26/+38
* Make the callback object to Sema::CorrectTypo mandatory.Kaelyn Uhrain2012-01-311-3/+3
* Whenever Sema attempts to look in the global method pool, try to loadDouglas Gregor2012-01-251-21/+11
* Rework the external Sema source's ReadMethodPool() so that it doesn'tDouglas Gregor2012-01-251-24/+25
* Factor out the addition of a method into the global method pool, andDouglas Gregor2012-01-251-35/+48
* objective-c: Ignore with warning forward class declaration whose nameFariborz Jahanian2012-01-241-5/+10
* objc: disallow __block attribute on method params.Fariborz Jahanian2012-01-141-0/+4
* Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callbackKaelyn Uhrain2012-01-131-17/+38
OpenPOWER on IntegriCloud