1. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago
  2. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  3. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  4. 15dfcbf Test removed. by Fariborz Jahanian · 12 years ago
  5. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  6. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  7. 4a29530 objective-C++ test for my previous patch. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  8. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  9. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  10. 255793d objective-c++11: c++11 does not change pod-ness when by Fariborz Jahanian · 12 years ago
  11. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  12. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  13. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
  14. 9e5df31 objective-C++: dalyed parsing of ctors with member by Fariborz Jahanian · 12 years ago
  15. dbd6945 objective-C++: delay parsing of ctor with try block by Fariborz Jahanian · 12 years ago
  16. 2eb362b objective-C++: delayed parsing of member function with by Fariborz Jahanian · 12 years ago
  17. be1d4ec objective-C++: Delayed parsing of most common by Fariborz Jahanian · 12 years ago
  18. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 12 years ago
  19. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 13 years ago
  20. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 13 years ago
  21. 533b34f objective-c arc: When function calls with known CFCreate naming convention by Fariborz Jahanian · 13 years ago
  22. 607f587 revert r160839 for now. by Fariborz Jahanian · 13 years ago
  23. 304efd5 objc-arc: When objects with known CF semantics are assigned to by Fariborz Jahanian · 13 years ago
  24. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 13 years ago
  25. 090d1bd Fixes an ObjC++ parse crash caused by delayed parsing by Fariborz Jahanian · 13 years ago
  26. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 13 years ago
  27. b251302 When performing the deduced/actual argument type check for C++ by Douglas Gregor · 13 years ago
  28. 4d3db4e objective-c++11: extend c++11 range-based loop to iterate by Fariborz Jahanian · 13 years ago
  29. 39700f8 objective-c++ parsing. Turn off delayed parsing by Fariborz Jahanian · 13 years ago
  30. b0ed95c Obj-C++11 parser: handle a fall out of delayed by Fariborz Jahanian · 13 years ago
  31. 14b2327 Teach the __is_trivially_assignable and __is_trivially_constructible by Douglas Gregor · 13 years ago
  32. 67e8a8b objective-c: improve diagnostic when collection expression is by Fariborz Jahanian · 13 years ago
  33. 260611a Restructure how the driver communicates information about the by John McCall · 13 years ago
  34. 294e386 Test that -Wauto-var-id fires in value-dependent contexts. by Jordan Rose · 13 years ago
  35. 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 13 years ago
  36. f5343ff Allow objc @() syntax for enum types. by Argyrios Kyrtzidis · 13 years ago
  37. e4c043d Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 13 years ago
  38. e7be109 HandleDeclarator() returns NULL for semantic disasters. Deal with it by Douglas Gregor · 13 years ago
  39. e656b83 Teach RequireCompleteType about multi-dimensional arrays. Fixes by Douglas Gregor · 13 years ago
  40. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 13 years ago
  41. f53bc31 super and class property reference expressions don't need to be by Douglas Gregor · 13 years ago
  42. 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 13 years ago
  43. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 13 years ago
  44. 100c649 Forbid the block and lambda copy-capture of __autoreleasing variables by John McCall · 13 years ago
  45. b684a42 Fix typo in my last patch. by Fariborz Jahanian · 13 years ago
  46. a78eca2 objective-c: Improve diagnostics and by Fariborz Jahanian · 13 years ago
  47. 509fb3e lldb support: under debugger support flag, when sending message by Fariborz Jahanian · 13 years ago
  48. 5aba3eb Perform l2r conversions on delete operands before doing by John McCall · 13 years ago
  49. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  50. f64bc20 objective-c++: Type of an objc string literal is NSString, not 'id'. by Fariborz Jahanian · 13 years ago
  51. 8f70bda In Objective-C++, allow the keyword 'class' to be used as a property by Douglas Gregor · 13 years ago
  52. d85bf9d Only complain about __strong __strong id, not __strong SomeStrongTypedef by John McCall · 13 years ago
  53. 1c59408 Fixed some testsuite problems introduced by my by Sean Callanan · 13 years ago
  54. 7a0a31c [frontend] Don't allow a mapping to a warning override an error/fatal mapping. by Chad Rosier · 13 years ago
  55. 52b6236 Look for declaration of CFBridgingRetain/CFBridgingRetain before by Fariborz Jahanian · 13 years ago
  56. 7eb82f0 objc-arc: In various diagnostics mention by Fariborz Jahanian · 13 years ago
  57. 466f45a objc: Issue a generic diagnostic assigning to an objc object in any abi mode. by Fariborz Jahanian · 13 years ago
  58. 7b383e4 objc: issue error if assigning objects in fragile-abi too. // rdar://10731065 by Fariborz Jahanian · 13 years ago
  59. b832f6d Minor fixups for auto deduction of initializer lists. by Sebastian Redl · 13 years ago
  60. 556b1d0 objc: deprecate direct usage of 'isa' of objc objects by Fariborz Jahanian · 13 years ago
  61. 93c878e Fix a couple issues where we didn't correctly delay diagnostics in PotentiallyPotentiallyEvaluated contexts. In preparation for making sizeof() PotentiallyPotentiallyEvaluated. by Eli Friedman · 13 years ago
  62. fdf187c Reinstate test case accidentally reverted by r148028 by Douglas Gregor · 13 years ago
  63. 1d7049a In Objective-C++, actually compute the base type of a member access by Douglas Gregor · 13 years ago
  64. ed0b31f Fix some edge cases with C++ casts and placeholder expressions. by Eli Friedman · 13 years ago
  65. 52f220d Typo in test. by John McCall · 13 years ago
  66. 806054d Do placeholder conversions on array bounds in both declarators and by John McCall · 13 years ago
  67. 20abee6 objc++: patch for IRgen for atomic properties of by Fariborz Jahanian · 13 years ago
  68. 5120188 Unrevert r147271, reverted in r147361. by Richard Smith · 13 years ago
  69. f8c2a33 Revert r147271. This fixes PR11676. by Rafael Espindola · 13 years ago
  70. eba05b2 constexpr: perform zero-initialization prior to / instead of performing a by Richard Smith · 13 years ago
  71. 7ab8ef9 "Accidentally" fixed a bug with overloading of functions with by Douglas Gregor · 13 years ago
  72. 5e3a8be In debugger support mode, if we have a top-level message send by Douglas Gregor · 13 years ago
  73. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  74. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  75. 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
  76. 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
  77. fc2eff5 objc-arc: desugar certain type and improve on diagnostic for by Fariborz Jahanian · 13 years ago
  78. 6d09f01 objective-c arc: type-casting of an objc pointer to by Fariborz Jahanian · 13 years ago
  79. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  80. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  81. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  82. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  83. cb1c9c3 Under ARC, merge the bit corresponding to the ns_returns_retained by Douglas Gregor · 13 years ago
  84. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  85. 5a706dc Don't complain about qualified property or ivar access when the by Douglas Gregor · 13 years ago
  86. b5ae92f Diagnose attempts to qualify the name of an instance variable or by Douglas Gregor · 13 years ago
  87. 13bf633 objc++: some minor cleanup and a test case by Fariborz Jahanian · 13 years ago
  88. 57e264e objc++: For atomic properties of c++ class objec typet, appropriate by Fariborz Jahanian · 13 years ago
  89. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  90. f9d9527 objc++ arc: Diagnose block pointer type mismatch when by Fariborz Jahanian · 13 years ago
  91. ed73b10 Remove the egregious hack that made Objective-C++ ARC work with older by Douglas Gregor · 13 years ago
  92. a4b984d objc - redeclaration of property in extension class by Fariborz Jahanian · 13 years ago
  93. 819e745 Don't assert when diagnosing a missing cast of an unknown-anytype by John McCall · 13 years ago
  94. ca4c40a objc - fix a bug exposed by my recent decl context changes. // rdar://10015110 by Fariborz Jahanian · 13 years ago
  95. da8b249 Objective-C++ ARC: When performing template argument deduction for a by Douglas Gregor · 14 years ago
  96. 909bcb3 arc-objc++: Issue an arc specific diagnostic when overload resolution by Fariborz Jahanian · 14 years ago
  97. 8beb6a2 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 14 years ago
  98. 8237839 revert fix for // rdar://9740328 by Fariborz Jahanian · 14 years ago
  99. c286f38 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 14 years ago
  100. f96e904 In ARC mode, consider Objective-C lifetime types (object pointers and by Douglas Gregor · 14 years ago