summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAge
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* Objective-C. Fixes an obscuer crash caused by multiple inclusion ofFariborz Jahanian2014-05-27
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Clean up language and grammar.Eric Christopher2014-05-20
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-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 known_extensions_begin() and kn...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...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 prop_begin() and prop_end() wit...Aaron Ballman2014-03-13
* Remove trailing whitespace introduced in r203028.Bob Wilson2014-03-11
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-07
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-07
* Objective-C. Suppress the warning for auto synthesis of property notFariborz Jahanian2014-03-05
* Remove dead assignment reported by Gautier DI FOLCO.Ted Kremenek2014-02-25
* [ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave...Ted Kremenek2014-02-22
* [ObjC] add support for properties in attribute 'objc_protocol_requires_explic...Ted Kremenek2014-02-21
* [ObjC] Change default property synthesis logic to not completely skip Diagnos...Ted Kremenek2014-02-21
* [ObjC] Condense logic for diagnosing unimplemented setter/getters into help m...Ted Kremenek2014-02-21
* [Objective-C Sema]. Warn when an indirectly overridden propertyFariborz Jahanian2014-02-15
* ObjectiveC. When introducing a new property declaration in Fariborz Jahanian2014-01-27
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* Use a proper lvalue-to-rvalue conversion in Objective-C++ property accessors.Jordan Rose2014-01-14
* ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian2014-01-10
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-03
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-03
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-19
* ObjectiveC. support "section" attribute on propertiesFariborz Jahanian2013-12-18
* Objective-C. Do not issue warning when 'readonly'Fariborz Jahanian2013-12-13
* Enhance "auto synthesis will not synthesize property in protocol" to include ...Ted Kremenek2013-12-12
* [objc] Add a warning when a class that provides a designated initializer, doe...Argyrios Kyrtzidis2013-12-03
* ObjectiveC ARC. Removes a bogus warning when a weak Fariborz Jahanian2013-11-19
* ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian2013-10-26
* ObjectiveC: Warn when 'readonly' property has explicitFariborz Jahanian2013-10-07
* ObjectiveC. Allow readonly properties without an explicit ownershipFariborz Jahanian2013-10-04
* ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian2013-09-19
* Fix recovery for missing * in objc property.Eli Friedman2013-07-09
* Objective-C: diagnose when synthesizing an ivar ofFariborz Jahanian2013-07-05
* Delete dead code.Eli Friedman2013-06-27
* Objective-C: Warn when IBOutletCollection propertyFariborz Jahanian2013-06-25