summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-176/+136
* Be more conservative about diagnosing "incorrect" uses of __weak:John McCall2015-10-271-51/+76
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-38/+44
* Fix inference of _Nullable for weak Objective-C properties.Douglas Gregor2015-10-091-8/+1
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* [sema] Allow to opt-out of overriding the super class's designated initialize...Argyrios Kyrtzidis2015-07-301-4/+10
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-2/+6
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-2/+2
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-13/+4
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-191-2/+60
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-8/+32
* [Objective-C Sema] Use canonical type of properties when comparing Fariborz Jahanian2015-04-081-3/+5
* revert r231700 (designated initializer patch) which brokeFariborz Jahanian2015-03-111-5/+3
* [PATCH Sema Objective-C]. Patch to warn on missing designated initializerFariborz Jahanian2015-03-091-3/+5
* Suggest objc_method_family(none) for a property named -newFoo or similar.Jordan Rose2015-01-161-0/+34
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* Objective-C [qoi]. When reporting that a property is notFariborz Jahanian2014-10-101-0/+1
* Objective-C [qoi]. If property is going to be implementedFariborz Jahanian2014-08-291-3/+4
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-291-20/+19
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* Objective-C. Issue more warning diagnostic when certainFariborz Jahanian2014-07-261-9/+12
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-1/+1
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-3/+3
* Objective-C. Fixes an obscuer crash caused by multiple inclusion ofFariborz Jahanian2014-05-271-0/+3
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-43/+49
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-171-2/+1
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-2/+1
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-4/+6
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-6/+2
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-141-8/+4
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-13/+6
* [C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...Aaron Ballman2014-03-131-8/+3
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-131-22/+9
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-5/+2
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-10/+7
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-6/+6
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-27/+11
* Remove trailing whitespace introduced in r203028.Bob Wilson2014-03-111-2/+2
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-7/+5
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-5/+7
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-7/+5
* Objective-C. Suppress the warning for auto synthesis of property notFariborz Jahanian2014-03-051-4/+28
* Remove dead assignment reported by Gautier DI FOLCO.Ted Kremenek2014-02-251-1/+0
* [ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave...Ted Kremenek2014-02-221-13/+37
* [ObjC] add support for properties in attribute 'objc_protocol_requires_explic...Ted Kremenek2014-02-211-2/+24
* [ObjC] Change default property synthesis logic to not completely skip Diagnos...Ted Kremenek2014-02-211-19/+23
* [ObjC] Condense logic for diagnosing unimplemented setter/getters into help m...Ted Kremenek2014-02-211-39/+38
* [Objective-C Sema]. Warn when an indirectly overridden propertyFariborz Jahanian2014-02-151-3/+9
OpenPOWER on IntegriCloud