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