1. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  2. dd3284b objective-c: warn when autosynthesizing a property which has same by Fariborz Jahanian · 12 years ago
  3. 699c904 Documentation cleanup: by James Dennett · 12 years ago
  4. 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 12 years ago
  5. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  6. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
  7. 811bfcd Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 12 years ago
  8. 5bf0e35 Remove unused argument in my last patch. by Fariborz Jahanian · 12 years ago
  9. edcc27f objective-c: When default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 12 years ago
  10. 2b309fb objective-c: Warn if default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 12 years ago
  11. 9abf88c objective-c: perform strict type checking on property by Fariborz Jahanian · 12 years ago
  12. 7441471 objc: avoid duplicate diagnostics on certain type mismatches by Fariborz Jahanian · 12 years ago
  13. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 12 years ago
  14. 5ea6661 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 12 years ago
  15. d10099e Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 12 years ago
  16. 975eef6 objective-c: warn for properties being default synthesized by Fariborz Jahanian · 12 years ago
  17. e4c043d Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 12 years ago
  18. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  19. 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 12 years ago
  20. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  21. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 12 years ago
  22. 77bfb8b objective-c: provide fixit hint when atomic property does not by Fariborz Jahanian · 12 years ago
  23. f911242 [AST] When we @synthesize a property with a user-defined ivar name, by Argyrios Kyrtzidis · 12 years ago
  24. d7c15a6 [AST] Associate the getter/setter methods to a property of a objc class extension. by Argyrios Kyrtzidis · 12 years ago
  25. ac37150 objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 12 years ago
  26. 977ea78 Don't crash on attempts to synthesize an invalid property. by John McCall · 12 years ago
  27. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  28. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 12 years ago
  29. ad7eff2 Further enhance comment for property in continuation class. by Fariborz Jahanian · 12 years ago
  30. ff2a0ec objc: comment the code which allows narroing of property object by Fariborz Jahanian · 12 years ago
  31. e235183 objective-c: When redeclaraing in continuation class a 'readonly' by Fariborz Jahanian · 12 years ago
  32. 3efd348 minor refactoring to improve compile-time performance. by Fariborz Jahanian · 13 years ago
  33. 015f608 objc-arc: evaluate 'readonly' property with no known by Fariborz Jahanian · 13 years ago
  34. 20abee6 objc++: patch for IRgen for atomic properties of by Fariborz Jahanian · 13 years ago
  35. 71207fc After further discussion, rename attribute 'objc_disable_automatic_synthesis' to 'objc_requires_property_definitions'. by Ted Kremenek · 13 years ago
  36. da611a7 objc: When issuing warning for missing synthesis for by Fariborz Jahanian · 13 years ago
  37. 9f37cd1 In non-gc, non-arc mode, property of 'Class' type by Fariborz Jahanian · 13 years ago
  38. eb4f2c5 objc: use objc_suppress_autosynthesis attribute on classes by Fariborz Jahanian · 13 years ago
  39. f8aba8c objc: do not auto synthesize properties declared in by Fariborz Jahanian · 13 years ago
  40. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  41. 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
  42. d3c147f objc: turn warning for property type mismatch in by Fariborz Jahanian · 13 years ago
  43. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  44. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  45. dbbdec9 Make sure when setting AttributesAsWritten of a property that they do not by Argyrios Kyrtzidis · 13 years ago
  46. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  47. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  48. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  49. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  50. b98ffde Set the objc "property attributes as written" for extension properties as well. by Argyrios Kyrtzidis · 13 years ago
  51. bb13c32 obj-c++: allow the getter/setter to return/take parameters by Fariborz Jahanian · 13 years ago
  52. 5fa065b objc-arc: 'Class' property is implicitly __unsafe_unretained. // rdar://10239594 by Fariborz Jahanian · 13 years ago
  53. 920c9c1 Fix typo in name of diagnostic. by Ted Kremenek · 13 years ago
  54. 13546a8 objc: note location of the previously declared property in the diagnostic. by Fariborz Jahanian · 13 years ago
  55. 9d1bbea objc: err on a property designated both atomic and nonatomic. // rdar://10260017 by Fariborz Jahanian · 13 years ago
  56. 1b46d8d objc: Do not warn about mismatch on Super's readonly property attribute, by Fariborz Jahanian · 13 years ago
  57. 13bf633 objc++: some minor cleanup and a test case by Fariborz Jahanian · 13 years ago
  58. 7d65f69 objc: Improve on diagnostic when atomic proeprty is synthesized by Fariborz Jahanian · 13 years ago
  59. 57e264e objc++: For atomic properties of c++ class objec typet, appropriate by Fariborz Jahanian · 13 years ago
  60. 68af536 objc: Turn diagnostic on property type mismatch in by Fariborz Jahanian · 13 years ago
  61. 491306a Allow getting all source locations of selector identifiers in a ObjCMethodDecl. by Argyrios Kyrtzidis · 13 years ago
  62. 11d7716 Pass from the parser the locations of selector identifiers when creating by Argyrios Kyrtzidis · 13 years ago
  63. da92a7f Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived from the selector. by Argyrios Kyrtzidis · 13 years ago
  64. d2ee809 Include prefix with default synthesized ivars. by Ted Kremenek · 13 years ago
  65. a929ec7 objc - don't complain about unimplemented property when conforming by Fariborz Jahanian · 13 years ago
  66. 2aac0c9 objc - compare setter/property types using by Fariborz Jahanian · 13 years ago
  67. 936b779 objc - in matching setter argument type to its property type, by Fariborz Jahanian · 13 years ago
  68. a4b984d objc - redeclaration of property in extension class by Fariborz Jahanian · 13 years ago
  69. 84e0ccf CurContext cannot be null ever. by Fariborz Jahanian · 13 years ago
  70. 898f284 objc: Don't crash with decl context for property impl. by Fariborz Jahanian · 13 years ago
  71. 528a499 objc-arc: warn when a 'retain' block property is by Fariborz Jahanian · 13 years ago
  72. 265941b Refactoring, mostly to give ObjCPropertyDecls stronger invariants for by John McCall · 13 years ago
  73. e289d81 Switch LangOptions over to a .def file that describes header of the by Douglas Gregor · 13 years ago
  74. edc0882 objc-gc: More sema work for properties declared 'weak' by Fariborz Jahanian · 13 years ago
  75. 9a77669 objc-gc: Don't force a __strong type'd property by Fariborz Jahanian · 13 years ago
  76. 4019f7d objc-gc: Adds support for "weak" property attribute under GC. by Fariborz Jahanian · 13 years ago
  77. 8697d30 objective-c: this patch (re)introduces objective-c's default property by Fariborz Jahanian · 13 years ago
  78. b860739 objective-c - Make warning on unimplemented protocols point by Fariborz Jahanian · 13 years ago
  79. 9414449 objc-arc: Mention property's attribute by name when by Fariborz Jahanian · 13 years ago
  80. 7939418 objc - use existing API for temporary switch of objc's decl context. by Fariborz Jahanian · 13 years ago
  81. 58a7649 objc - minor comment fix up and cleanup. by Fariborz Jahanian · 13 years ago
  82. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  83. bc03aea objc-arc: @property definitions should default to (strong) when not by Fariborz Jahanian · 13 years ago
  84. e6f07f5 Revers r138040. Need to look at a few buildbot failures. by Fariborz Jahanian · 13 years ago
  85. 3dbf2f5 objective-c: Bring objective-c handling of decl context by Fariborz Jahanian · 13 years ago
  86. 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 13 years ago
  87. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  88. 473506b In ARC we emit an error when compiling: by Argyrios Kyrtzidis · 13 years ago
  89. 527eec8 objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation by Fariborz Jahanian · 13 years ago
  90. 91ae6b4 When creating a property in a class extension, make sure to check its by Douglas Gregor · 13 years ago
  91. 8beb6a2 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 13 years ago
  92. c286f38 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 13 years ago
  93. 0a68dc7 [ARC] Complain about property without storage attribute when @synthesizing it, not at its declaration. by Argyrios Kyrtzidis · 13 years ago
  94. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  95. 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 13 years ago
  96. 327126e No need to warn if 'unavailable' method/property by Fariborz Jahanian · 13 years ago
  97. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  98. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  99. 45937ae Restore 'atomic' as an attribute of objc properties. by Fariborz Jahanian · 13 years ago
  100. b92003b Remove 'atomic' as a property attribute keyword. by Fariborz Jahanian · 13 years ago