summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman2012-10-181-10/+15
* Factor CollectClassPropertyImplementations out of Sema into ASTAnna Zaks2012-10-181-42/+12
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-101-91/+0
* Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.Jordan Rose2012-10-101-35/+34
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-4/+4
* Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.Anna Zaks2012-09-271-11/+1
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-261-1/+2
* objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian2012-09-211-0/+53
* objective-C: don't warn about class extension property's Fariborz Jahanian2012-09-171-1/+3
* objective-C: peroform property attribute consistencyFariborz Jahanian2012-09-171-1/+3
* Fix some dead stores which the static analyzer warned about. No functionalityRichard Smith2012-09-141-2/+1
* objective-C: When checking for valid overriden propertyFariborz Jahanian2012-08-241-1/+7
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-2/+4
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-2/+2
* change function name in my last patch.Fariborz Jahanian2012-08-211-3/+3
* objective-C: Change rules for overriding properties in Fariborz Jahanian2012-08-211-13/+25
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-1/+1
* Fix a pair of bugs relating to properties in ARC.John McCall2012-08-201-1/+18
* Remove unused variables.Benjamin Kramer2012-08-081-2/+0
* Attaching comments to declarations during parsing: handle more Objective-C de...Dmitri Gribenko2012-07-131-0/+2
* fix a typo in my last commit. I thought I recompiled,Fariborz Jahanian2012-06-291-1/+1
* objc diagnostic: pass IdentifierInfo* to the diagnostic systemFariborz Jahanian2012-06-291-2/+2
* objective-c mrc: Issue warning for mrc, as is done for arc, whenFariborz Jahanian2012-06-271-2/+1
* objc: tweak my last patch to warn if class extensionFariborz Jahanian2012-06-201-1/+1
* objective-c: Normally, a property cannot be both 'readonly' and having a Fariborz Jahanian2012-06-201-6/+80
* objc: improved diagnostic when property autosynthesis may causeFariborz Jahanian2012-06-201-17/+19
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+6
* objective-c: warn when autosynthesizing a property which has sameFariborz Jahanian2012-06-191-0/+16
* Documentation cleanup:James Dennett2012-06-151-3/+3
* [libclang/AST]Argyrios Kyrtzidis2012-06-081-1/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-15/+15
* objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian2012-05-291-3/+3
* Use the SelectorSet typedef more widely throughout Sema.Benjamin Kramer2012-05-271-1/+1
* Remove unused argument in my last patch.Fariborz Jahanian2012-05-211-3/+2
* objective-c: When default synthesizing readonly IBOutlet propertiesFariborz Jahanian2012-05-211-54/+42
* objective-c: Warn if default synthesizing readonly IBOutlet propertiesFariborz Jahanian2012-05-191-0/+67
* objective-c: perform strict type checking on propertyFariborz Jahanian2012-05-151-13/+34
* objc: avoid duplicate diagnostics on certain type mismatchesFariborz Jahanian2012-05-151-16/+18
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-091-0/+12
* Fixes a typo. note_xxx not not_xxx.Fariborz Jahanian2012-05-081-1/+1
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-041-2/+2
* objective-c: warn for properties being default synthesizedFariborz Jahanian2012-05-031-5/+10
* Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman2012-05-011-18/+36
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-18/+18
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-33/+33
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-3/+3
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-291-8/+39
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-281-5/+5
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-281-4/+8
OpenPOWER on IntegriCloud