1. d5fbb29 Enhancements for the DynTypedNode by Samuel Benzaquen · 11 years ago
  2. 4444dbb Corrections to r184205 ('this'-return optimization) due to the wrong version of the patch being committed originally. by Stephen Lin · 11 years ago
  3. 2d588b4 documentation parsing: patch to make @class work for by Fariborz Jahanian · 11 years ago
  4. 2d8b279 Revert "Adds support for openSUSE ARM v5/v7 triples." by Renato Golin · 11 years ago
  5. 50abf4b Adds support for openSUSE ARM v5/v7 triples. by Renato Golin · 11 years ago
  6. 43a75fc [CodeGen] Move EHScopeStack into its own header by Reid Kleckner · 11 years ago
  7. f67129a [Windows] Fix __declspec(property) when the getter returns a ref by Reid Kleckner · 11 years ago
  8. 054d049 Completely revamp node binding for AST matchers. by Manuel Klimek · 11 years ago
  9. e310d44 Don't depend on PathV1.h including set. by Rafael Espindola · 11 years ago
  10. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  11. 4cd90df [Driver] Don't forward source file input args to gcc by Reid Kleckner · 11 years ago
  12. 3c1e4f2 Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable. by James Molloy · 11 years ago
  13. f2b2c7d Split long strings on word boundaries. by Alexander Kornienko · 11 years ago
  14. 14595c2 Adds support for openSUSE ARM v5/v7 triples. by Renato Golin · 11 years ago
  15. 3882aed Fix pr16354. by Rafael Espindola · 11 years ago
  16. de7afe0 Silence 'set but not used' warning when building in release mode using gcc. by Andy Gibbs · 11 years ago
  17. 9ff463e Use llvm::sys::fs::can_execute. by Rafael Espindola · 11 years ago
  18. 37926da Fix a crash in the static analyzer (bug #16307) by Pavel Labath · 11 years ago
  19. 1fea06d Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  20. b0f9314 Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods." by NAKAMURA Takumi · 11 years ago
  21. c894b32 Delete dead code. by Eli Friedman · 11 years ago
  22. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  23. 0fa93ce Add test coverage for serialization of dependent function template specializations. by Eli Friedman · 11 years ago
  24. 776bfa1 Add some comments to r184252. by Adrian Prantl · 11 years ago
  25. bd34520 [analyzer] Do not create a CompoundVal for lvalue InitListExprs. by Anna Zaks · 11 years ago
  26. 52810c5 [analyzer] Do not report uninitialized value warnings inside swap functions. by Anna Zaks · 11 years ago
  27. 14c1a13 Emit forward decls for structs with declarations only when we are by Adrian Prantl · 11 years ago
  28. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  29. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  30. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  31. e7e8fca When declaring an ObjC interface decl with a @compatibility_alias alias name, change the class name to the "real" one. by Argyrios Kyrtzidis · 11 years ago
  32. da1f9cb Use llvm::sys::fs::can_write. by Rafael Espindola · 11 years ago
  33. f756882 Partially revert r184225 test changes and make a smaller and more generic fix. by Stephen Lin · 11 years ago
  34. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  35. b987eda Fix C++ constructor/destructor tests when run on ARM by Stephen Lin · 11 years ago
  36. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  37. 105b207 Use llvm::sys::fs::GetUniqueID. by Rafael Espindola · 11 years ago
  38. 2243e78 Correctly compute the index of the first string format argument when deciding by Eli Friedman · 11 years ago
  39. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  40. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  41. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  42. 52fdc56 Fix buildbot failure. by Fariborz Jahanian · 11 years ago
  43. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  44. 15f03ea Remove option emitter from clang-tblgen by Reid Kleckner · 11 years ago
  45. 1f4ef95 Remove duplicated file and directory. by Rafael Espindola · 11 years ago
  46. 4b7bae3 Update to pass in pointers intead of references. by Bill Wendling · 11 years ago
  47. e4bce7a size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> by Bob Wilson · 11 years ago
  48. 5c1a9f3 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 11 years ago
  49. 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
  50. 904df3e contextual conversion fix: C++98 compatibility warning. by Larisse Voufo · 11 years ago
  51. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  52. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  53. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago
  54. f8421a3 Delete dead code. by Eli Friedman · 11 years ago
  55. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  56. e7d9464 FileCheck-ize. by Eric Christopher · 11 years ago
  57. b4c0ad4 Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr. by Eli Friedman · 11 years ago
  58. 02344ac Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it. by Richard Smith · 11 years ago
  59. 2c72000 Point link at correct location for Clang 3.3 release notes. by Richard Smith · 11 years ago
  60. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  61. 93cc515 Compute the visibility of static local variables consistently. Fixes PR16208. by Eli Friedman · 11 years ago
  62. 26e5178 Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. by Eli Friedman · 11 years ago
  63. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  64. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
  65. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  66. b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
  67. 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  68. 5c8a92e Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that by Richard Smith · 11 years ago
  69. a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
  70. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  71. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  72. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  73. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  74. d71b15b Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 11 years ago
  75. 6b96742 Try to fix the bots with a forward decl. by Reid Kleckner · 11 years ago
  76. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  77. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  78. 375a040 Corrected status of support for contextual conversion from full to SVN by Larisse Voufo · 11 years ago
  79. 7273289 Remove unused file. by Richard Smith · 11 years ago
  80. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  81. 58df042 Add warning group -Wdeprecated-register for C++11 warning on 'register' being by Richard Smith · 11 years ago
  82. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  83. 0012dd4 Add testcase for DR39 from PR5916. by Richard Smith · 11 years ago
  84. 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
  85. 19707c2 Fixed one buildbot-failure-causing bug... by Larisse Voufo · 11 years ago
  86. 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
  87. 62bbae4 Updated status of support for contextual conversion from partial to full by Larisse Voufo · 11 years ago
  88. 539470e Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. by Larisse Voufo · 11 years ago
  89. d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
  90. 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
  91. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  92. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  93. 3bf6805 Fix comments referring to non-existent types. by Eli Friedman · 11 years ago
  94. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  95. 6b759f4 Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a by Richard Smith · 11 years ago
  96. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  97. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  98. 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
  99. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  100. 0b588cd [docs] Fix wrong clang-format example. by Rui Ueyama · 11 years ago