summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argum...Ted Kremenek2013-11-231-6/+17
* ObjectiveC. Remove warning diagnostic which checksFariborz Jahanian2013-11-231-67/+0
* Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...Ted Kremenek2013-11-211-9/+4
* Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...Ted Kremenek2013-11-211-4/+9
* ObjectiveC. Fixes a bogus warning of unused backingFariborz Jahanian2013-11-151-1/+10
* ObjectiveC. Method implementations should only check forFariborz Jahanian2013-11-051-3/+1
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-251-0/+31
* Reduce double set lookups by using the result of insert.Benjamin Kramer2013-10-141-8/+7
* ObjectiveC: Handle the case of qualifying protocolsFariborz Jahanian2013-09-251-0/+23
* Revert my patch in r191155 to allow forwardFariborz Jahanian2013-09-241-12/+0
* ObjectiveC: ObjC declarations, including forward classFariborz Jahanian2013-09-221-0/+12
* Cleanup of OpaquePtr. No functionality changes.Serge Pavlov2013-08-271-2/+2
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-27/+17
* ObjectiveC [Sema]. This patch makes sure that all inheritedFariborz Jahanian2013-08-141-0/+10
* Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...Robert Wilhelm2013-08-101-1/+1
* Even more code conformance.Robert Wilhelm2013-07-171-1/+1
* More code conformance.Fariborz Jahanian2013-07-171-1/+1
* This patch removes unused parameter allProperties and converts remainingFariborz Jahanian2013-07-161-10/+6
* Objective-C: merge objc_requires_super attribute ofFariborz Jahanian2013-07-091-1/+9
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-091-4/+4
* Remove some useless declarations (found by scan-build)Sylvestre Ledru2013-07-061-1/+0
* ObjectiveC: diagnose duplicate declaration ofFariborz Jahanian2013-06-261-0/+13
* Don't use unnamed local enums as template arguments.Joerg Sonnenberger2013-06-261-2/+2
* [Sema] Call CheckParmForFunctionDef on ObjC method parametersReid Kleckner2013-06-241-4/+4
* Delete dead code.Eli Friedman2013-06-211-7/+0
* Delete dead code.Eli Friedman2013-06-211-4/+1
* When building a module, keep *all* declared methods in the global method pool.Douglas Gregor2013-06-211-0/+4
* When declaring an ObjC interface decl with a @compatibility_alias alias name,...Argyrios Kyrtzidis2013-06-181-1/+36
* Objective-C: Fixes a typo correction bug where aFariborz Jahanian2013-06-181-2/+4
* Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian2013-06-181-6/+30
* Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian2013-06-171-3/+15
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-14/+3
* Don't create a StringRef from a temporary string.Richard Trieu2013-06-061-1/+1
* Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian2013-06-051-0/+51
* fixes a comment in my last patch.Fariborz Jahanian2013-05-301-1/+1
* Objective-C: Implements gcc's -Wselector optionFariborz Jahanian2013-05-301-1/+48
* Fix potential infinite loop when iterating over redeclarations of an ObjMetho...Argyrios Kyrtzidis2013-05-301-0/+2
* Objective-C arc: Diagnose when user attempts toFariborz Jahanian2013-05-161-1/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Objective-C error recovery. This patch makes a quickFariborz Jahanian2013-05-131-0/+2
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-031-1/+1
* 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
OpenPOWER on IntegriCloud