summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* ObjectiveC. When introducing a new property declaration in Fariborz Jahanian2014-01-271-0/+12
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-10/+8
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-7/+7
* Use a proper lvalue-to-rvalue conversion in Objective-C++ property accessors.Jordan Rose2014-01-141-4/+10
* ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian2014-01-101-6/+2
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-031-1/+1
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-031-2/+2
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-2/+2
* ObjectiveC. support "section" attribute on propertiesFariborz Jahanian2013-12-181-1/+7
* Objective-C. Do not issue warning when 'readonly'Fariborz Jahanian2013-12-131-30/+7
* Enhance "auto synthesis will not synthesize property in protocol" to include ...Ted Kremenek2013-12-121-2/+4
* [objc] Add a warning when a class that provides a designated initializer, doe...Argyrios Kyrtzidis2013-12-031-0/+28
* ObjectiveC ARC. Removes a bogus warning when a weak Fariborz Jahanian2013-11-191-1/+3
* ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian2013-10-261-0/+14
* ObjectiveC: Warn when 'readonly' property has explicitFariborz Jahanian2013-10-071-118/+39
* ObjectiveC. Allow readonly properties without an explicit ownershipFariborz Jahanian2013-10-041-24/+34
* ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian2013-09-191-0/+4
* Fix recovery for missing * in objc property.Eli Friedman2013-07-091-2/+10
* Objective-C: diagnose when synthesizing an ivar ofFariborz Jahanian2013-07-051-1/+7
* Delete dead code.Eli Friedman2013-06-271-104/+0
* Objective-C: Warn when IBOutletCollection propertyFariborz Jahanian2013-06-251-0/+2
* Objective-C: Another case of issuing warning about misusingFariborz Jahanian2013-06-071-13/+13
* Objective-C: Removes a bogus warning about auto-synthesisFariborz Jahanian2013-06-071-10/+10
* Make helper functions static.Benjamin Kramer2013-05-231-2/+3
* Objective-C [qoi]: When an class conforms to multipleFariborz Jahanian2013-05-201-0/+54
* Objective-C arc: Diagnose when user attempts toFariborz Jahanian2013-05-161-0/+12
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+1
* Objective-C: This is a small modification to myFariborz Jahanian2013-04-251-2/+2
* Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian2013-04-241-2/+4
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-241-5/+35
* Revert r177948. We decided that we do not want ObjC property redeclarations ...Ted Kremenek2013-04-041-2/+0
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-041-0/+8
* Add 178663 back.Rafael Espindola2013-04-031-1/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+1
OpenPOWER on IntegriCloud