1. dc1031b ObjectiveC: Warn when 'readonly' property has explicit by Fariborz Jahanian · 12 years ago
  2. 1cd6fab ObjectiveC. Allow readonly properties without an explicit ownership by Fariborz Jahanian · 12 years ago
  3. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 12 years ago
  4. 27d4644 Fix recovery for missing * in objc property. by Eli Friedman · 12 years ago
  5. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 12 years ago
  6. 642038d Delete dead code. by Eli Friedman · 12 years ago
  7. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 12 years ago
  8. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 12 years ago
  9. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 12 years ago
  10. b1a4d37 Make helper functions static. by Benjamin Kramer · 12 years ago
  11. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 12 years ago
  12. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 12 years ago
  13. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
  14. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 12 years ago
  15. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 12 years ago
  16. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 12 years ago
  17. d9802dc Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 12 years ago
  18. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 12 years ago
  19. d2615cc Add 178663 back. by Rafael Espindola · 12 years ago
  20. 4f8a3eb Revert 178663. by Rafael Espindola · 12 years ago
  21. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 12 years ago
  22. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 12 years ago
  23. b501aeb Objective-C: Property declaration overiding one in by Fariborz Jahanian · 12 years ago
  24. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
  25. 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 12 years ago
  26. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 12 years ago
  27. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  28. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  29. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 13 years ago
  30. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 13 years ago
  31. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 13 years ago
  32. b892d70 Eliminate Sema::CompareProperties(), which was walking over a pile of by Douglas Gregor · 13 years ago
  33. aabd094 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which by Douglas Gregor · 13 years ago
  34. 0dfe23c Replace some unnecessary O(N^2) lookups for properties with by Douglas Gregor · 13 years ago
  35. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 13 years ago
  36. 7cdc457 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 13 years ago
  37. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 13 years ago
  38. 277076a objective-C: Don't warn of unimplemented property of protocols in by Fariborz Jahanian · 13 years ago
  39. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  40. 135aa60 [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 13 years ago
  41. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  42. e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 13 years ago
  43. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 13 years ago
  44. b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 13 years ago
  45. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 13 years ago
  46. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 13 years ago
  47. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 13 years ago
  48. ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 13 years ago
  49. 5bf5c2e [analyzer] Add experimental ObjC invalidation method checker. by Anna Zaks · 13 years ago
  50. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 13 years ago
  51. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 13 years ago
  52. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 13 years ago
  53. b3cd3c0 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 13 years ago
  54. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 13 years ago
  55. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 13 years ago
  56. d48bcb2 Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
  57. d9f95b3 change function name in my last patch. // rdar://12103400 by Fariborz Jahanian · 13 years ago
  58. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 13 years ago
  59. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
  60. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 13 years ago
  61. fbffb5f Remove unused variables. by Benjamin Kramer · 13 years ago
  62. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 13 years ago
  63. 2578532 fix a typo in my last commit. I thought I recompiled, but apparently I did not. by Fariborz Jahanian · 13 years ago
  64. 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 13 years ago
  65. 7c16d58 objective-c mrc: Issue warning for mrc, as is done for arc, when by Fariborz Jahanian · 13 years ago
  66. c78ff27 objc: tweak my last patch to warn if class extension by Fariborz Jahanian · 13 years ago
  67. cea06d2 objective-c: Normally, a property cannot be both 'readonly' and having a by Fariborz Jahanian · 13 years ago
  68. e95f8ef objc: improved diagnostic when property autosynthesis may cause by Fariborz Jahanian · 13 years ago
  69. 260611a Restructure how the driver communicates information about the by John McCall · 13 years ago
  70. dd3284b objective-c: warn when autosynthesizing a property which has same by Fariborz Jahanian · 13 years ago
  71. 699c904 Documentation cleanup: by James Dennett · 13 years ago
  72. 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 13 years ago
  73. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 13 years ago
  74. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 13 years ago
  75. 811bfcd Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 13 years ago
  76. 5bf0e35 Remove unused argument in my last patch. by Fariborz Jahanian · 13 years ago
  77. edcc27f objective-c: When default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 13 years ago
  78. 2b309fb objective-c: Warn if default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 13 years ago
  79. 9abf88c objective-c: perform strict type checking on property by Fariborz Jahanian · 13 years ago
  80. 7441471 objc: avoid duplicate diagnostics on certain type mismatches by Fariborz Jahanian · 13 years ago
  81. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 13 years ago
  82. 5ea6661 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 13 years ago
  83. d10099e Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 13 years ago
  84. 975eef6 objective-c: warn for properties being default synthesized by Fariborz Jahanian · 13 years ago
  85. e4c043d Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 13 years ago
  86. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 13 years ago
  87. 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 13 years ago
  88. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  89. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 13 years ago
  90. 77bfb8b objective-c: provide fixit hint when atomic property does not by Fariborz Jahanian · 13 years ago
  91. f911242 [AST] When we @synthesize a property with a user-defined ivar name, by Argyrios Kyrtzidis · 13 years ago
  92. d7c15a6 [AST] Associate the getter/setter methods to a property of a objc class extension. by Argyrios Kyrtzidis · 13 years ago
  93. ac37150 objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 13 years ago
  94. 977ea78 Don't crash on attempts to synthesize an invalid property. by John McCall · 13 years ago
  95. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  96. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
  97. ad7eff2 Further enhance comment for property in continuation class. by Fariborz Jahanian · 14 years ago
  98. ff2a0ec objc: comment the code which allows narroing of property object by Fariborz Jahanian · 14 years ago
  99. e235183 objective-c: When redeclaraing in continuation class a 'readonly' by Fariborz Jahanian · 14 years ago
  100. 3efd348 minor refactoring to improve compile-time performance. by Fariborz Jahanian · 14 years ago