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 · 10 years ago
  5. e559960 Add libclang for target. by Tong Shen · 10 years ago
  6. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  7. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  8. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  9. 229d345 Update clang for merge to LLVM 3.4. by Stephen Hines · 10 years ago
  10. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  11. 9a5d6bb Merging r197409: by Bill Wendling · 11 years ago
  12. b3617be Merging r197298: by Bill Wendling · 11 years ago
  13. 461b1b9 Merging r197305: by Bill Wendling · 11 years ago
  14. 2b3c493 Merging r196852: by Bill Wendling · 11 years ago
  15. c12b43a Merging r196488: by Bill Wendling · 11 years ago
  16. 21ba1e6 Merging r196459: by Bill Wendling · 11 years ago
  17. 2434dcf Merging r196454: by Bill Wendling · 11 years ago
  18. b7accd0 Merging r196423: by Bill Wendling · 11 years ago
  19. 37c07bf Merging r196050: by Bill Wendling · 11 years ago
  20. 65173e0 Merging r195887: by Bill Wendling · 11 years ago
  21. 57907e5 Merging r195827: by Bill Wendling · 11 years ago
  22. 45c2eed Merging r195303: by Bill Wendling · 11 years ago
  23. 13303b9 Merging r195687: by Bill Wendling · 11 years ago
  24. 7bd6785 Merging r195620: by Bill Wendling · 11 years ago
  25. 2ca3db4 Merging r195384: by Bill Wendling · 11 years ago
  26. 579d45f Merging r195154: by Bill Wendling · 11 years ago
  27. d75c6a7 Merging r195146: by Bill Wendling · 11 years ago
  28. f0cc19f Merging r195163: by Bill Wendling · 11 years ago
  29. ec1cef6 Merging r195135: by Bill Wendling · 11 years ago
  30. f41e20a Merging r195126: by Bill Wendling · 11 years ago
  31. ce41d4e ObjectiveC objc_bridge. Minor refactoring. // rdar://15454846 by Fariborz Jahanian · 11 years ago
  32. 3daade9 ObjectiveC 'objc_bridging'. Assorment of improvements by Fariborz Jahanian · 11 years ago
  33. 0f3bb9e ObjectiveC ARC. Adopt objc_bridge attribute by Fariborz Jahanian · 11 years ago
  34. f496655 The attached patch is a follow up from my previous one. The existing by Rafael Espindola · 11 years ago
  35. cdf7cfc Use the default method CC in GetFullTypeForDeclarator. by Rafael Espindola · 11 years ago
  36. 00be52d ObjectiveC ARC. More validation of toll-free bridging of by Fariborz Jahanian · 11 years ago
  37. 749152b ObjectiveC ARC. Validate toll free bridge casting by Fariborz Jahanian · 11 years ago
  38. cf19e5b If a replaceable global operator new/delete is marked inline, don't warn if by Richard Smith · 11 years ago
  39. 9571ab1 ObjetiveC ARC. Start diagnosing invalid toll free bridging. // rdar://15454846. by Fariborz Jahanian · 11 years ago
  40. 5f900e8 Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. Some by Richard Smith · 11 years ago
  41. 4b777c0 ObjectiveC ARC. Only briding of pointer to struct CF object is allowed. by Fariborz Jahanian · 11 years ago
  42. e78728a ObjectiveC ARC. Lookup type associated with objc_bridage at by Fariborz Jahanian · 11 years ago
  43. 4417498 ObjectiveC. Fixes a bogus warning of unused backing by Fariborz Jahanian · 11 years ago
  44. 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
  45. f93ec76 PR17533 and duplicates: don't compute the return type of an overloaded operator by Richard Smith · 11 years ago
  46. f72bc46 Don't reject dependent range-based for loops in constexpr functions. The loop by Richard Smith · 11 years ago
  47. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  48. 4ae7d04 Revert r194663 and r194647. by Ted Kremenek · 11 years ago
  49. e452d61 Refine -Wunused-variable to only suppress warning for __bridge_transfer, not all bridge casts. by Ted Kremenek · 11 years ago
  50. 624bb5e [AArch64 neon] support poly64 and relevant intrinsic functions. by Kevin Qin · 11 years ago
  51. 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
  52. 1f64cfc Suppress -Wunused-variable when initializer uses bridge casts for memory management. by Ted Kremenek · 11 years ago
  53. 7f82297 ObjectiveC ARC. objc_bridge attribute should be applied to by Fariborz Jahanian · 11 years ago
  54. 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
  55. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  56. f2febe6 PR10837: Warn if a null pointer constant is formed by a zero integer constant by Richard Smith · 11 years ago
  57. 186b26d add intrinsics: __builtin_arm_{dmb,dsb} for ARM by Weiming Zhao · 11 years ago
  58. 9015bfc COSMETIC: Fix 80 column overflow in some comments introduced in r194188 by Faisal Vali · 11 years ago
  59. 394558e A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturing) that broke libc++. by Faisal Vali · 11 years ago
  60. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  61. 126bd8f COSMETIC: Right justify an asterix in the previous refactoring. by Faisal Vali · 11 years ago
  62. d78d659 REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates. by Faisal Vali · 11 years ago
  63. ce6426f Issue a diagnostic if we see a templated friend declaration that we do not by Richard Smith · 11 years ago
  64. 2f8b0cc s/DebugPrint/dump/g by Douglas Gregor · 11 years ago
  65. 3940e3b Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained reference. by Douglas Gregor · 11 years ago
  66. a1977bf Fix a bogus assert I introduced in r194224 by Douglas Gregor · 11 years ago
  67. 1ce5509 Re-instate contextual conversion to Objective-C pointers in message sends. by Douglas Gregor · 11 years ago
  68. baa9af1 PR17800: When performing pack expansion, we must always rebuild the AST nodes by Richard Smith · 11 years ago
  69. 740265d Remove an unnecessary condition that I added hastily: Unsigned numbers are obviously >= 0 ;) by Faisal Vali · 11 years ago
  70. 3efb8e8 Add parens for || in && in assert. No functionality change. by Benjamin Kramer · 11 years ago
  71. 54de9bb Fixed bug in return type of __builtin_va_start(). by Enea Zaffanella · 11 years ago
  72. 94358a8 Unbreak the Clang -Werror build by removing some unused variables by David Blaikie · 11 years ago
  73. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  74. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  75. 2980289 Fix diagnostic goof in r194161. by Richard Smith · 11 years ago
  76. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  77. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  78. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  79. 6bae51a Sema: Improve comment introduced in r193397 by David Majnemer · 11 years ago
  80. 2b61039 ObjectiveC. Method implementations should only check for by Fariborz Jahanian · 11 years ago
  81. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  82. a8d478e Update a comment to match current core issues list. by Richard Smith · 11 years ago
  83. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  84. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  85. 28165b7 Sema: Disallow inheriting from classes with flexible array members by David Majnemer · 11 years ago
  86. 7041fcc Sema: Remove stray whitespace around Sema::CheckBaseSpecifier by David Majnemer · 11 years ago
  87. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago
  88. 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
  89. 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
  90. ada04a1 Sema: Properly indent statements in Sema::ActOnLastBitfield by David Majnemer · 11 years ago
  91. 895ff0d Sema: trim trailing whitespace in Sema::ActOnLastBitfield by David Majnemer · 11 years ago
  92. 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
  93. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  94. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  95. cbc1987 Disable -Wtautological-compare in template instantiations. by Richard Trieu · 11 years ago
  96. 311cb2b Disable -Wtautological-constant-out-of-range-compare in template instantiations. by Richard Trieu · 11 years ago
  97. e28bdc3 Sema: Make helper function static. by Benjamin Kramer · 11 years ago
  98. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  99. cd9d305 Fix a C struct diagnostic regression introduced by r187504 (PR17762). by Kaelyn Uhrain · 11 years ago
  100. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago