1. cb1c9c3 Under ARC, merge the bit corresponding to the ns_returns_retained by Douglas Gregor · 13 years ago
  2. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  3. 5a706dc Don't complain about qualified property or ivar access when the by Douglas Gregor · 13 years ago
  4. b5ae92f Diagnose attempts to qualify the name of an instance variable or by Douglas Gregor · 13 years ago
  5. 13bf633 objc++: some minor cleanup and a test case by Fariborz Jahanian · 13 years ago
  6. 57e264e objc++: For atomic properties of c++ class objec typet, appropriate by Fariborz Jahanian · 13 years ago
  7. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  8. f9d9527 objc++ arc: Diagnose block pointer type mismatch when by Fariborz Jahanian · 13 years ago
  9. ed73b10 Remove the egregious hack that made Objective-C++ ARC work with older by Douglas Gregor · 13 years ago
  10. a4b984d objc - redeclaration of property in extension class by Fariborz Jahanian · 13 years ago
  11. 819e745 Don't assert when diagnosing a missing cast of an unknown-anytype by John McCall · 13 years ago
  12. ca4c40a objc - fix a bug exposed by my recent decl context changes. // rdar://10015110 by Fariborz Jahanian · 13 years ago
  13. da8b249 Objective-C++ ARC: When performing template argument deduction for a by Douglas Gregor · 13 years ago
  14. 909bcb3 arc-objc++: Issue an arc specific diagnostic when overload resolution by Fariborz Jahanian · 13 years ago
  15. 8beb6a2 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 13 years ago
  16. 8237839 revert fix for // rdar://9740328 by Fariborz Jahanian · 13 years ago
  17. c286f38 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 13 years ago
  18. f96e904 In ARC mode, consider Objective-C lifetime types (object pointers and by Douglas Gregor · 13 years ago
  19. 82007c3 objc++-arc: more diagnosis of converting a weak-unavailable by Fariborz Jahanian · 13 years ago
  20. 7a084ec objc++-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  21. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  22. 28445f0 -Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug by Argyrios Kyrtzidis · 13 years ago
  23. 1c73dcb Fix assertion hit in inferARCWriteback. by Argyrios Kyrtzidis · 13 years ago
  24. 0a85183 [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  25. 31862ba [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  26. 17b6399 Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. by Argyrios Kyrtzidis · 13 years ago
  27. c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 13 years ago
  28. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  29. d028302 Improve on warning when objc pointer is used in by Fariborz Jahanian · 13 years ago
  30. cf5abc7 Support for catching objc pointer objects in c++ catch-statement by Fariborz Jahanian · 13 years ago
  31. 4020cae Objective-C++ ARC: eliminate the utterly unjustified loophole that by Douglas Gregor · 13 years ago
  32. e559ca1 Objective-ARC++: infer template type arguments of by Douglas Gregor · 13 years ago
  33. 4e938df Put the new warning from revision 133196 on NULL arithmetic behind the flag -Wnull-arthimetic and set to DefaultIgnore. A few edge cases need to be worked out before this can be set to default. by Richard Trieu · 13 years ago
  34. 3e95ba9 Add a new warning when a NULL constant is used in arithmetic operations. The warning will fire on cases such as: by Richard Trieu · 13 years ago
  35. 16cd4b7 Allow comparison between block pointers and NULL pointer by Douglas Gregor · 13 years ago
  36. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  37. 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 13 years ago
  38. 0833f1f Extra test for related result type inference by Douglas Gregor · 13 years ago
  39. 8cf0d22 Fix order of operands for the warning about incompatible Objective-C by Douglas Gregor · 13 years ago
  40. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  41. bc3e64f Allow block returns in C++ with the form by Douglas Gregor · 13 years ago
  42. 17e37c7 Implement comparisons between nullptr and Objective-C object by Douglas Gregor · 13 years ago
  43. 377e1bd Relax the conversion rules for Objective-C GC qualifiers a by Douglas Gregor · 13 years ago
  44. 010157f When checking for a prior declaration of the name of a namespace, skip by Douglas Gregor · 13 years ago
  45. 17ffd14 Add triple in the hope of unbreaking the bubuildbot by Douglas Gregor · 13 years ago
  46. 0f7b3dc When comparing Objective-C pointers during overload resolution to by Douglas Gregor · 13 years ago
  47. 028ea4b When computing Objective-C pointer conversions in C++, retain by Douglas Gregor · 13 years ago
  48. 81ef3e6 Diagnose C++ abstract parameters for Objective-C methods. by John McCall · 13 years ago
  49. cbec959 Improve test case from prior commit ever so slightly by Douglas Gregor · 13 years ago
  50. 109ec1b Fix a crash-on-invalid involving non-identifier names in a member by Douglas Gregor · 13 years ago
  51. f9af524 For the purposes of overload resolution, consider a conversion from an by Douglas Gregor · 13 years ago
  52. f25760e Objective-C++: The global namespace is an associated namespace of an by Douglas Gregor · 13 years ago
  53. b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 13 years ago
  54. 61750f2 de-sugared when accessing property reference type. by Fariborz Jahanian · 13 years ago
  55. 1408676 Implements property of reference types. Adding by Fariborz Jahanian · 13 years ago
  56. 84950c7 Fix an objc++ diagnostic initializing objc pointers. // rdar:// 9139947 by Fariborz Jahanian · 13 years ago
  57. c9977d0 Make sure that we always pop a function's scope *before* we call by Douglas Gregor · 13 years ago
  58. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  59. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 years ago
  60. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 13 years ago
  61. 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 13 years ago
  62. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 13 years ago
  63. 5e6fcd4 Sema::MaybeBindToTemporary() shouldn't treat any expression returning by Douglas Gregor · 13 years ago
  64. 395cc37 Implement reasonable conversion ranking for Objective-C pointer by Douglas Gregor · 14 years ago
  65. d967e31 Refactor the dependence computation for DeclRefExpr so that we can by Douglas Gregor · 14 years ago
  66. 2998d6b When building the copy expression for a __block variable, make sure by John McCall · 14 years ago
  67. 483dd2f Ensure that the result type of an Objective-C class message send is by Douglas Gregor · 14 years ago
  68. 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
  69. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  70. da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 14 years ago
  71. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  72. 82aa713 Require that the types of the parameters of a block literal are complete. by Douglas Gregor · 14 years ago
  73. dbfd045 Cookie crumbs. by John McCall · 14 years ago
  74. 202422e Actually, that doesn't really work, and anyway we should choose by John McCall · 14 years ago
  75. 6d09da0 Consider conversions of Objective-C pointers to 'id' to be basically of by John McCall · 14 years ago
  76. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  77. 0313f44 Check for ivar being a C++ object before attempting to by Fariborz Jahanian · 14 years ago
  78. fa43239 Put line number on the diagnostic. //rdar: //8550657. by Fariborz Jahanian · 14 years ago
  79. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  80. 305ac49 Rename a test in preparation for fixing PR8169. by Anders Carlsson · 14 years ago
  81. 8577364 When we have two identifiers in a row in Objective-C, make sure to by Douglas Gregor · 14 years ago
  82. 4088ec0 property reference expression used on lhs of assignment by Fariborz Jahanian · 14 years ago
  83. 4c03398 Removed test case. by Fariborz Jahanian · 14 years ago
  84. 56a965c Reverse r113397 until we decide what to do with by Fariborz Jahanian · 14 years ago
  85. d187795 Fix a crash when overloading id with objc_object*. Radar 8400356. by Fariborz Jahanian · 14 years ago
  86. d7e52b8 "const id<NSFoo> *" instead of "id<NSFoo> const *". by Chris Lattner · 14 years ago
  87. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  88. be74740 Patch to allow alternative representation of c++ by Fariborz Jahanian · 14 years ago
  89. f459beb ObjClang++: Allow declaration of block variable in a collection by Fariborz Jahanian · 14 years ago
  90. d527874 suppress annoying textual repetition as 'aka' by Gabor Greif · 14 years ago
  91. 5add754 handle :: in selectors in objc++ mode, rdar://8366474 by Chris Lattner · 14 years ago
  92. 42d0f2a In Sema::AddBuiltinOperatorCandidates, candidate pointer types set can also contain a ObjCObjectPointerType since r111699. by Argyrios Kyrtzidis · 14 years ago
  93. 648d200 Contributed test case for PR7936 by Jean-Daniel Dupas. by Fariborz Jahanian · 14 years ago
  94. 2e2acec patch to support comparison involving by Fariborz Jahanian · 14 years ago
  95. ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
  96. 048d03f Fix test to not depend on objc.h header. by Fariborz Jahanian · 14 years ago
  97. 17c6c85 an objective-c++ test for -Wstrict-selector-match (radar 8127244). by Fariborz Jahanian · 14 years ago
  98. aaa3713 Add some more tests for reference binding of Objective-C objects by Douglas Gregor · 14 years ago
  99. 569c316 Allow reference binding of a reference of Objective-C object type to by Douglas Gregor · 14 years ago
  100. 9983d2d Properly pop out of Objective-C method declarations when they are (ill-formedly) by John McCall · 14 years ago