summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud