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. 776bfa1 Add some comments to r184252. by Adrian Prantl · 11 years ago
  24. bd34520 [analyzer] Do not create a CompoundVal for lvalue InitListExprs. by Anna Zaks · 11 years ago
  25. 52810c5 [analyzer] Do not report uninitialized value warnings inside swap functions. by Anna Zaks · 11 years ago
  26. 14c1a13 Emit forward decls for structs with declarations only when we are by Adrian Prantl · 11 years ago
  27. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  28. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  29. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  30. 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
  31. da1f9cb Use llvm::sys::fs::can_write. by Rafael Espindola · 11 years ago
  32. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  33. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  34. 105b207 Use llvm::sys::fs::GetUniqueID. by Rafael Espindola · 11 years ago
  35. 2243e78 Correctly compute the index of the first string format argument when deciding by Eli Friedman · 11 years ago
  36. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  37. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  38. d4c0cd0 CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute. by Stephen Lin · 11 years ago
  39. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  40. 4b7bae3 Update to pass in pointers intead of references. by Bill Wendling · 11 years ago
  41. e4bce7a size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> by Bob Wilson · 11 years ago
  42. 904df3e contextual conversion fix: C++98 compatibility warning. by Larisse Voufo · 11 years ago
  43. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  44. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  45. 2736f2e Remove an ugly hack that was meant to eliminate the breakpoint ambiguity by Adrian Prantl · 11 years ago
  46. f8421a3 Delete dead code. by Eli Friedman · 11 years ago
  47. 3e8ac1b Accept and ignore -fdebug-types-section for now. This will be used by Eric Christopher · 11 years ago
  48. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  49. 93cc515 Compute the visibility of static local variables consistently. Fixes PR16208. by Eli Friedman · 11 years ago
  50. 26e5178 Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. by Eli Friedman · 11 years ago
  51. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  52. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
  53. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  54. b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
  55. 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  56. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  57. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  58. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  59. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  60. 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
  61. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  62. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  63. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  64. 4196019 PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' by Richard Smith · 11 years ago
  65. 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
  66. 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
  67. d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
  68. 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
  69. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  70. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  71. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  72. 6b759f4 Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a by Richard Smith · 11 years ago
  73. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  74. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  75. 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
  76. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  77. 162579a Remove implicit fallthrough from AArch64 to Mips in lib selection by Tim Northover · 11 years ago
  78. 678eca4 Fix the linkage of static locals inside a CapturedStmt. (Found in the by Eli Friedman · 11 years ago
  79. aa12d8f Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 11 years ago
  80. 6f2e23b Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 11 years ago
  81. 95099ef Followup to r183931 to fix the lambda conversion-to-block-pointer member. by Eli Friedman · 11 years ago
  82. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  83. 38fa961 Fix a small bug in the linkage computation for the lambda conversion-to-function-pointer member. by Eli Friedman · 11 years ago
  84. 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
  85. ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
  86. 2f9c035 InheritViz.cpp uses sys::Path, include PathV1.h by Rafael Espindola · 11 years ago
  87. 8b81df3 Use version of DisplayGraph that takes a StringRef. by Rafael Espindola · 11 years ago
  88. 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
  89. 0b21490 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 11 years ago
  90. 1b03464 Add Ubuntu Saucy to the list of known Ubuntu releases by Sylvestre Ledru · 11 years ago
  91. 5350ded More for PR12457: fix handling of __builtin_isinf_sign and test. by Richard Smith · 11 years ago
  92. acaf72a Towards PR12457: constant expression evaluation support for __builtin_parity{,l,ll}, __builtin_ffs{,l,ll}, and __builtin_fpclassify. by Richard Smith · 11 years ago
  93. 4dbf408 Fix part of PR12457. Patch by Justin Bogner! by Richard Smith · 11 years ago
  94. 36155c1 C++11: If a class has a user-declared copy operation or destructor, the by Richard Smith · 11 years ago
  95. f050d24 Implement core issue 903: only integer literals with value 0 and prvalues of by Richard Smith · 11 years ago
  96. 1b2209f In C++11, promote access declaration diagnostic from warning to error. There by Richard Smith · 11 years ago
  97. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  98. 4e47ecb When copy-initializing a temporary for a reference binding, don't allow use of by Richard Smith · 11 years ago
  99. 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
  100. d4ec562 Simplify: we don't need any special-case lifetime extension when initializing by Richard Smith · 11 years ago