summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAge
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Objective-C. Fixes a bogus warning on unimplementedFariborz Jahanian2014-03-26
* Objective-C. Better fix for my previous patch Fariborz Jahanian2014-03-18
* Objective-C. No need to issue deprecated warning if deprecated method Fariborz Jahanian2014-03-18
* Objective-C. Do not warn when an instance method andFariborz Jahanian2014-03-17
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-17
* Objective-C. Redo turning off designated initialization warnings onFariborz Jahanian2014-03-14
* Objective-C. Turn off designated initialization warnings onFariborz Jahanian2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-13
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Objective-C. Diagose use of undefined protocolsFariborz Jahanian2014-03-11
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-07
* Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_imple...Ted Kremenek2014-03-05
* Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...Ted Kremenek2014-03-05
* [ObjC] Change default property synthesis logic to not completely skip Diagnos...Ted Kremenek2014-02-21
* Objective-C. Fixes a bug where "new" family attributeFariborz Jahanian2014-01-28
* ObjectiveC. Fixes a bug in recognition of an ivarFariborz Jahanian2014-01-27
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* ObjectiveC. When issuing property implementation isFariborz Jahanian2014-01-22
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* ObjectiveC. Remove warning on mismatched methodsFariborz Jahanian2014-01-10
* Fix 80 col violation.Argyrios Kyrtzidis2014-01-03
* Pass the decl directly to the diagnostic, no need to call getDeclName().Argyrios Kyrtzidis2014-01-03
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-03
* ObjectiveC. Remove false positive warning for missing propertyFariborz Jahanian2014-01-02
* ObjectiveC. Class methods must be ignored when looking forFariborz Jahanian2014-01-02
* ObjectiveC. typo fix in my last patch,Fariborz Jahanian2013-12-18
* Objctive-C. warn if dealloc is being overridden inFariborz Jahanian2013-12-17
* Refine 'objc_protocol_requires_explicit_implementation' attribute to better h...Ted Kremenek2013-12-13
* Make 'CheckProtocolMethodDefs' a static function.Ted Kremenek2013-12-13
* Change 'method X in protocol not implemented' warning to include the name of ...Ted Kremenek2013-12-13
* Make 'WarnUndefinedMethod' a static function.Ted Kremenek2013-12-13
* ObjectiveC. Fixes a bug where an 'unused property ivar'Fariborz Jahanian2013-12-11
* Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...Ted Kremenek2013-12-10
* ObjectiveC: Don't warn when method implemented inFariborz Jahanian2013-12-05