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