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. 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. 2434dcf Merging r196454: by Bill Wendling · 11 years ago
  9. 45c2eed Merging r195303: by Bill Wendling · 11 years ago
  10. f41e20a Merging r195126: by Bill Wendling · 11 years ago
  11. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  12. f2febe6 PR10837: Warn if a null pointer constant is formed by a zero integer constant by Richard Smith · 11 years ago
  13. 3efb8e8 Add parens for || in && in assert. No functionality change. by Benjamin Kramer · 11 years ago
  14. c00e419 This patch implements capturing of variables within generic lambdas. by Faisal Vali · 11 years ago
  15. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  16. 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
  17. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  18. 7784d51 Minor performance improvement to not do unnecessary work by Fariborz Jahanian · 11 years ago
  19. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  20. 02debf6 Add -Wstring-plus-char, which warns when adding char literals to C strings. by Jordan Rose · 11 years ago
  21. 9d33c40 Sema: Do not allow lambda expressions to appear inside of constant expressions by David Majnemer · 11 years ago
  22. 645526c Parse: Disable delayed template parsing for constexpr functions by David Majnemer · 11 years ago
  23. a36ddbe Fix typo. by Rafael Espindola · 11 years ago
  24. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  25. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  26. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  27. 730a2c2 Diagnose by-copy captures of abstract classes. by Douglas Gregor · 11 years ago
  28. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  29. d69f37b Make InstantiatingTemplate depth checks clearer by Alp Toker · 11 years ago
  30. b328e29 Add support for WG21 N3599 (literal operator template for strings) as a GNU by Richard Smith · 11 years ago
  31. 2815d9c Sema::tryCaptureVariable(): Prune three unused variables, HasBlocksAttr, IsBlock, and IsLambda. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  32. 02d831c Refactor tryCaptureVar using ExtractMethod. No functionality change. by Faisal Vali · 11 years ago
  33. 9b93f20 Tweak changes in r186464 to avoid a crash. by Eli Friedman · 11 years ago
  34. 39edfeb Switch from putting init capture VarDecls in the surrounding DeclContext to by Richard Smith · 11 years ago
  35. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago
  36. 5467920 Sema: Respect -fdelayed-template-parsing when parsing constexpr functions by David Majnemer · 11 years ago
  37. e67ebbe Fix a bug in the typo correction replacement location. by Kaelyn Uhrain · 11 years ago
  38. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  39. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  40. 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
  41. 0f115b3 Fix regression from r190427. by Eli Friedman · 11 years ago
  42. 812d6bc PR5683: Issue a warning when subtracting pointers to types of zero size, and by Richard Smith · 11 years ago
  43. d7d94dc OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector types, by David Tweed · 11 years ago
  44. 9c5716c Add self-comparison warnings for fields. by Eli Friedman · 11 years ago
  45. 86164e8 Note when a decl is used in AST files. by Eli Friedman · 11 years ago
  46. 82b9709 Reference extension is weird/surprising and unnecessary, let's not do that. by David Blaikie · 11 years ago
  47. bb0b614 the call to UsualArithmeticConversions should come after the call to CheckVectorOperands on CheckConditionalOperands function. This problem caused compilation error with test17 on "test/CodeGen/ext-vector.c". by Jin-Gu Kang · 11 years ago
  48. 15b2674 Handle predefined expression for a captured statement by Wei Pan · 11 years ago
  49. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  50. 28bdbf0 Sema: Use the right type for PredefinedExpr when it's in a lambda. by Benjamin Kramer · 11 years ago
  51. 556ef7f PR16727: don't try to evaluate a potentially value-dependent expression when by Richard Smith · 11 years ago
  52. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  53. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  54. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  55. 834c058 Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  56. fbbdc5d Emit an error for enum increments and decrements in C++ mode. Fixes PR16394. by Richard Trieu · 11 years ago
  57. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  58. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  59. 8b051ce Sema: Don't assume a nested name specifier holds a type by David Majnemer · 11 years ago
  60. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  61. 01ad048 ObjectiveC ARC: Do not issue bridge cast diagnostic when by Fariborz Jahanian · 11 years ago
  62. 650c605 ObjectiveC arc: minor refactoring in my last patch by Fariborz Jahanian · 11 years ago
  63. 2651b7a ObjectiveC arc: Introduce a new initialization kind by Fariborz Jahanian · 11 years ago
  64. b316dc5 ObjectiveC arc: Move check for type conversions in arc by Fariborz Jahanian · 11 years ago
  65. 8931078 Fix a crasher than manifests when typo correction suggests a function template. by Richard Trieu · 11 years ago
  66. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  67. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  68. 4e16bf2 Don't emit open-paren fixit without close-paren. by Eli Friedman · 11 years ago
  69. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  70. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  71. 8df014e Improve idiomatic-parentheses by checking method family instead of relying on the selector name. by Jean-Daniel Dupas · 11 years ago
  72. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  73. 27ec2d0 Make CheckAddressOfOperand a member of Sema so it can be reused by by Richard Smith · 11 years ago
  74. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  75. 09bddcf Fix Sema for compares with _Atomic vars. by Eli Friedman · 11 years ago
  76. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  77. c77039e Sema: Call IgnoreParens fewer times in CheckAddressOfOperand by David Majnemer · 11 years ago
  78. ee0a479 Add typedefs for Densemaps containing SmallVectors to avoid repeating the SmallVector size when creating iterators for the DenseMap. by Craig Topper · 11 years ago
  79. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  80. 14b7673b Improve -Wlogical-not-parentheses to catch when the not is applied to an enum. by Richard Trieu · 11 years ago
  81. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  82. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  83. 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
  84. 642038d Delete dead code. by Eli Friedman · 11 years ago
  85. 7348454 Don't use unnamed local enums as template arguments. Fixes -Werror bootstrap. by Joerg Sonnenberger · 11 years ago
  86. 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
  87. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  88. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  89. e2a90b8 Extend -Wnon-pod-varargs to check calls made from member pointers. by Richard Trieu · 11 years ago
  90. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  91. f462b01 Extend -Wnon-pod-varargs to check calls made from function pointers. by Richard Trieu · 11 years ago
  92. f67129a [Windows] Fix __declspec(property) when the getter returns a ref by Reid Kleckner · 11 years ago
  93. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  94. 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
  95. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  96. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  97. 0567a79 Use FPT::getArgTypes() instead of manually building ArrayRefs by Reid Kleckner · 11 years ago
  98. ef0e4e6 Add a new warning, -Wlogical-not-parentheses, to -Wparentheses. by Richard Trieu · 11 years ago
  99. cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
  100. b165fdd fix up recogtion of block pointer type in my last patch. by Fariborz Jahanian · 11 years ago