1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 3940e3b Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained reference. by Douglas Gregor · 11 years ago
  9. 1ce5509 Re-instate contextual conversion to Objective-C pointers in message sends. by Douglas Gregor · 11 years ago
  10. 289a0d8 ObjectiveC++: support for passing C++11 style initialized temporaries to by Fariborz Jahanian · 11 years ago
  11. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  12. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  13. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  14. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  15. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  16. 27d4644 Fix recovery for missing * in objc property. by Eli Friedman · 11 years ago
  17. 454ab97 Remove referece type onproperty of abstract class type. // rdar://14261999 by Fariborz Jahanian · 11 years ago
  18. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  19. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  20. c6498cd Add missing test. by Eli Friedman · 11 years ago
  21. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  22. 6698be8 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 11 years ago
  23. 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
  24. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  25. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  26. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  27. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  28. 045d252 When checking for illegal expressions in a default-argument by John McCall · 11 years ago
  29. 12849d0 <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration. by Douglas Gregor · 11 years ago
  30. 6f96f4b <rdar://problem/13540921> Cope with instantiations of the C++11 range-based for loop that end up being Objective-C fast enumeration loops. by Douglas Gregor · 11 years ago
  31. 1cd1f73 <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop. by Douglas Gregor · 11 years ago
  32. 93d6b07 Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: by Richard Smith · 11 years ago
  33. 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 11 years ago
  34. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  35. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 11 years ago
  36. 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 11 years ago
  37. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 11 years ago
  38. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 11 years ago
  39. 92d1387 One can override an Objective-C ARC ownership qualifier that came from by Douglas Gregor · 11 years ago
  40. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 11 years ago
  41. e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 11 years ago
  42. 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 11 years ago
  43. 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 11 years ago
  44. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 11 years ago
  45. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 11 years ago
  46. 7a29070 clang/test: Suppress two tests on LLP64 target, Windows x64. by NAKAMURA Takumi · 12 years ago
  47. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  48. 25f071e Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 12 years ago
  49. 403f2c6 Add a simple test involving decltype on Objective-C properties and ivars by Douglas Gregor · 12 years ago
  50. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  51. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  52. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago
  53. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  54. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  55. 15dfcbf Test removed. by Fariborz Jahanian · 12 years ago
  56. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  57. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  58. 4a29530 objective-C++ test for my previous patch. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  59. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  60. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  61. 255793d objective-c++11: c++11 does not change pod-ness when by Fariborz Jahanian · 12 years ago
  62. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  63. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  64. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
  65. 9e5df31 objective-C++: dalyed parsing of ctors with member by Fariborz Jahanian · 12 years ago
  66. dbd6945 objective-C++: delay parsing of ctor with try block by Fariborz Jahanian · 12 years ago
  67. 2eb362b objective-C++: delayed parsing of member function with by Fariborz Jahanian · 12 years ago
  68. be1d4ec objective-C++: Delayed parsing of most common by Fariborz Jahanian · 12 years ago
  69. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 12 years ago
  70. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 12 years ago
  71. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  72. 533b34f objective-c arc: When function calls with known CFCreate naming convention by Fariborz Jahanian · 12 years ago
  73. 607f587 revert r160839 for now. by Fariborz Jahanian · 12 years ago
  74. 304efd5 objc-arc: When objects with known CF semantics are assigned to by Fariborz Jahanian · 12 years ago
  75. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  76. 090d1bd Fixes an ObjC++ parse crash caused by delayed parsing by Fariborz Jahanian · 12 years ago
  77. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  78. b251302 When performing the deduced/actual argument type check for C++ by Douglas Gregor · 12 years ago
  79. 4d3db4e objective-c++11: extend c++11 range-based loop to iterate by Fariborz Jahanian · 12 years ago
  80. 39700f8 objective-c++ parsing. Turn off delayed parsing by Fariborz Jahanian · 12 years ago
  81. b0ed95c Obj-C++11 parser: handle a fall out of delayed by Fariborz Jahanian · 12 years ago
  82. 14b2327 Teach the __is_trivially_assignable and __is_trivially_constructible by Douglas Gregor · 12 years ago
  83. 67e8a8b objective-c: improve diagnostic when collection expression is by Fariborz Jahanian · 12 years ago
  84. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  85. 294e386 Test that -Wauto-var-id fires in value-dependent contexts. by Jordan Rose · 12 years ago
  86. 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 12 years ago
  87. f5343ff Allow objc @() syntax for enum types. by Argyrios Kyrtzidis · 12 years ago
  88. e4c043d Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 12 years ago
  89. e7be109 HandleDeclarator() returns NULL for semantic disasters. Deal with it by Douglas Gregor · 12 years ago
  90. e656b83 Teach RequireCompleteType about multi-dimensional arrays. Fixes by Douglas Gregor · 12 years ago
  91. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  92. f53bc31 super and class property reference expressions don't need to be by Douglas Gregor · 12 years ago
  93. 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 12 years ago
  94. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  95. 100c649 Forbid the block and lambda copy-capture of __autoreleasing variables by John McCall · 12 years ago
  96. b684a42 Fix typo in my last patch. by Fariborz Jahanian · 12 years ago
  97. a78eca2 objective-c: Improve diagnostics and by Fariborz Jahanian · 12 years ago
  98. 509fb3e lldb support: under debugger support flag, when sending message by Fariborz Jahanian · 12 years ago
  99. 5aba3eb Perform l2r conversions on delete operands before doing by John McCall · 12 years ago
  100. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago