summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion hit in Sema::CheckObjCMethodOverrides.Argyrios Kyrtzidis2013-04-271-4/+6
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-241-12/+2
* Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis2013-04-171-4/+40
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-171-4/+10
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-5/+7
* Objective-C: This patch fixes a none-issuance of warningFariborz Jahanian2013-04-091-1/+4
* Objective-C: Issue deprecated warning when using a Fariborz Jahanian2013-04-041-1/+7
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-041-10/+10
* Add 178663 back.Rafael Espindola2013-04-031-2/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-2/+2
* When looking for overridden ObjC methods, don't ignore 'hidden' ones.Argyrios Kyrtzidis2013-03-291-4/+5
* Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek2013-03-271-14/+14
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-191-1/+2
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-1/+1
* Silence a number of static analyzer warnings with assertions and such.Jordan Rose2013-03-051-3/+3
* Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor2013-02-071-0/+4
* Eliminate Sema::CompareProperties(), which was walking over a pile ofDouglas Gregor2013-01-211-6/+2
* Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, whichDouglas Gregor2013-01-211-1/+0
* When checking the parameter types of an Objective-C method, don'tDouglas Gregor2013-01-181-2/+0
* Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor2013-01-171-1/+3
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-51/+53
* Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor2013-01-161-47/+65
* When checking availability attributes for consistency between anDouglas Gregor2013-01-151-2/+1
* objective-C: when searching for declarations in protocolFariborz Jahanian2013-01-071-0/+5
* Don't complain about incomplete implementations for methods that areDouglas Gregor2012-12-111-1/+10
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+8
* objective-C: Do not issue deprecated warning about implementationFariborz Jahanian2012-11-171-2/+15
* Objective-C: check that when a category method is being implemented,Fariborz Jahanian2012-10-231-8/+20
* Allow objc_requires_super to be used to check class methods as well.Jordan Rose2012-10-191-12/+16
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-181-1/+1
* 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
OpenPOWER on IntegriCloud