- 873bae7 Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 12 years ago
- aa205c4 Delete dead code. by Eli Friedman · 12 years ago
- f030d16 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 12 years ago
- bbc126e Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 12 years ago
- 4614524 Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 12 years ago
- bf8d254 Make helper functions static. by Benjamin Kramer · 12 years ago
- 0ebf879 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 12 years ago
- 39d1c42 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 12 years ago
- 44ebbd5 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 13 years ago
- 73e244a Objective-C: This is a small modification to my by Fariborz Jahanian · 13 years ago
- 6a41337 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 13 years ago
- eb3f100 Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 13 years ago
- 51b7ed4 Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 13 years ago
- e48f389 Be sure to check ARC conventions on the implicit method declarations by John McCall · 13 years ago
- 6ae7e50 Add 178663 back. by Rafael Espindola · 13 years ago
- 985a3ab Revert 178663. by Rafael Espindola · 13 years ago
- adea16b Don't compute a patched/semantic storage class. by Rafael Espindola · 13 years ago
- f12ff4df Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 13 years ago
- 36b1e5c Objective-C: Property declaration overiding one in by Fariborz Jahanian · 13 years ago
- 1446b34 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 13 years ago
- b0df66b Objective-C: In my last path, also check by Fariborz Jahanian · 13 years ago
- 9d25a48 Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 13 years ago
- aedaaa4 objective-C: synthesize properties in order of their by Fariborz Jahanian · 13 years ago
- a934a02 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 13 years ago
- 234c00d objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 13 years ago
- 7ee2567 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 13 years ago
- f3c171e objective-C: don't issue bogus warning about by Fariborz Jahanian · 13 years ago
- b898209 Eliminate Sema::CompareProperties(), which was walking over a pile of by Douglas Gregor · 13 years ago
- 90d3442 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which by Douglas Gregor · 13 years ago
- a669ab9 Replace some unnecessary O(N^2) lookups for properties with by Douglas Gregor · 13 years ago
- 048fbfa Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 13 years ago
- c4c1fb3 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 13 years ago
- 4442605 Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 13 years ago
- a1f8571 objective-C: Don't warn of unimplemented property of protocols in by Fariborz Jahanian · 13 years ago
- 7967fc1 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- f5b993f [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 408f7d0 Address Jordan's review: comments, spaces. by Anna Zaks · 13 years ago
- eaf3414 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 13 years ago
- 673d76b Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 13 years ago
- 2bd991a Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 13 years ago
- 79af985 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 13 years ago
- d01e83a Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 13 years ago
- 454477c Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 13 years ago
- 9802f9f [analyzer] Add experimental ObjC invalidation method checker. by Anna Zaks · 13 years ago
- 974c948 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 13 years ago
- cfb00a4 objective-C: don't warn about class extension property's by Fariborz Jahanian · 13 years ago
- b14a3b2 objective-C: peroform property attribute consistency by Fariborz Jahanian · 13 years ago
- da83703 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 13 years ago
- fd5cf6c objective-C: When checking for valid overriden property by Fariborz Jahanian · 13 years ago
- 802c4b7 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 13 years ago
- fc6eb7d Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
- ea262f7 change function name in my last patch. // rdar://12103400 by Fariborz Jahanian · 13 years ago
- 8d1ca5a1 objective-C: Change rules for overriding properties in by Fariborz Jahanian · 13 years ago
- 3deb1ad Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
- d8561f0 Fix a pair of bugs relating to properties in ARC. by John McCall · 13 years ago
- 90653a1 Remove unused variables. by Benjamin Kramer · 13 years ago
- e7bb944 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 13 years ago
- 9699c1e fix a typo in my last commit. I thought I recompiled, but apparently I did not. by Fariborz Jahanian · 13 years ago
- 1db30fc objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 13 years ago
- bbd0d69 objective-c mrc: Issue warning for mrc, as is done for arc, when by Fariborz Jahanian · 13 years ago
- 914faaf objc: tweak my last patch to warn if class extension by Fariborz Jahanian · 13 years ago
- 876cc65 objective-c: Normally, a property cannot be both 'readonly' and having a by Fariborz Jahanian · 13 years ago
- edc2971 objc: improved diagnostic when property autosynthesis may cause by Fariborz Jahanian · 13 years ago
- 5fb5df9 Restructure how the driver communicates information about the by John McCall · 13 years ago
- 63d4020 objective-c: warn when autosynthesizing a property which has same by Fariborz Jahanian · 13 years ago
- 2a4d13c Documentation cleanup: by James Dennett · 13 years ago
- 31afb95 [libclang/AST] by Argyrios Kyrtzidis · 13 years ago
- 40ed297 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 13 years ago
- b5dd2cb objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 13 years ago
- b33ffee Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 13 years ago
- 19e09cb Remove unused argument in my last patch. by Fariborz Jahanian · 13 years ago
- b52d8d2 objective-c: When default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 13 years ago
- 199a9b5 objective-c: Warn if default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 13 years ago
- 0ebc0fa objective-c: perform strict type checking on property by Fariborz Jahanian · 13 years ago
- 3da7775 objc: avoid duplicate diagnostics on certain type mismatches by Fariborz Jahanian · 13 years ago
- 08f96a9 [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 13 years ago
- d6886e7 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 13 years ago
- 7bfb2d0 Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 14 years ago
- d5f34f9 objective-c: warn for properties being default synthesized by Fariborz Jahanian · 14 years ago
- 169ec35 Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 14 years ago
- 2d7c57e Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 14 years ago
- 05afe5e Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 14 years ago
- bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
- 113bee0 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 14 years ago
- 86c2f5c objective-c: provide fixit hint when atomic property does not by Fariborz Jahanian · 14 years ago
- 3460880 [AST] When we @synthesize a property with a user-defined ivar name, by Argyrios Kyrtzidis · 14 years ago
- ceeb19c [AST] Associate the getter/setter methods to a property of a objc class extension. by Argyrios Kyrtzidis · 14 years ago
- 2f0de8b objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 14 years ago
- 2499237 Don't crash on attempts to synthesize an invalid property. by John McCall · 14 years ago
- 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- 4903802 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
- 57539cf Further enhance comment for property in continuation class. by Fariborz Jahanian · 14 years ago
- 24c2ccc objc: comment the code which allows narroing of property object by Fariborz Jahanian · 14 years ago
- 6a73384 objective-c: When redeclaraing in continuation class a 'readonly' by Fariborz Jahanian · 14 years ago
- a230dea minor refactoring to improve compile-time performance. by Fariborz Jahanian · 14 years ago
- 39ba639 objc-arc: evaluate 'readonly' property with no known by Fariborz Jahanian · 14 years ago
- a08a747 objc++: patch for IRgen for atomic properties of by Fariborz Jahanian · 14 years ago
- 0c2c90b After further discussion, rename attribute 'objc_disable_automatic_synthesis' to 'objc_requires_property_definitions'. by Ted Kremenek · 14 years ago
- 783ffde objc: When issuing warning for missing synthesis for by Fariborz Jahanian · 14 years ago