1. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  2. f0d5861 Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a holdover from the long-dead Action interface. by Ted Kremenek · 11 years ago
  3. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  4. 25b24eb PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an by Richard Smith · 11 years ago
  5. 3225b9c Avoid getting an argument of allocation function if it does not exist. by Serge Pavlov · 11 years ago
  6. ba08161 Fix is_trivially_constructible preconditions. by Eli Friedman · 11 years ago
  7. 29b37a0 AST: __uuidof should leak through templated types by David Majnemer · 11 years ago
  8. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  9. c14e6dd A few small cleanups to r187504. Thanks to dblaikie for the assist. by Kaelyn Uhrain · 11 years ago
  10. baaeb85 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 11 years ago
  11. b316dc5 ObjectiveC arc: Move check for type conversions in arc by Fariborz Jahanian · 11 years ago
  12. cfc5708 Add missing check for creating an instance of an abstract class through an by Richard Smith · 11 years ago
  13. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  14. 904df3e contextual conversion fix: C++98 compatibility warning. by Larisse Voufo · 11 years ago
  15. 0bb5199 r184100 Fix -- Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  16. b67313d Revert "Updated test cases for contextual conversion" by Rafael Espindola · 11 years ago
  17. 37aba47 Updated test cases for contextual conversion by Larisse Voufo · 11 years ago
  18. 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
  19. c063cb1 Allow paren casted throw statements inside of ternary expressions by David Majnemer · 11 years ago
  20. 5537e0a Add support to fallback on operator new when a placement operator new[] is called for which there is no valid declaration. This fallback only happens in Microsoft compatibility mode. This patch addresses PR13164, and improves support for the WDK. by Aaron Ballman · 11 years ago
  21. 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
  22. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  23. daaa468 ArrayRef'ize Sema::FindAllocationFunctions by Dmitri Gribenko · 11 years ago
  24. a7b7d0e ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  25. ed09bfc Revert my r181563, breaks tests on buildbots by Dmitri Gribenko · 11 years ago
  26. 8e6b709 ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  27. 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 11 years ago
  28. 62ed889 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 11 years ago
  29. 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 11 years ago
  30. 82f145d Don't build a call expression referring to a function which we're not allowed by Richard Smith · 11 years ago
  31. 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 11 years ago
  32. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  33. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 11 years ago
  34. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  35. 3a2f912 Small CapturedStmt improvements by Ben Langmuir · 11 years ago
  36. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  37. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  38. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  39. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  40. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  41. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  42. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  43. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 11 years ago
  44. 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 11 years ago
  45. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 11 years ago
  46. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  47. 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
  48. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 11 years ago
  49. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 11 years ago
  50. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 11 years ago
  51. 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 12 years ago
  52. 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 12 years ago
  53. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  54. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  55. d36aa35 ArrayRefize a CompoundStmt constructor. by Nico Weber · 12 years ago
  56. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  57. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  58. 206491d Add missing check for error return from DefaultLvalueConversion. Fixes <rdar://problem/12857416>. by Eli Friedman · 12 years ago
  59. ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
  60. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  61. 9d29543 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 12 years ago
  62. 73ed67c PR14428: When instantiating a 'new' expression, if we had a non-dependent by Richard Smith · 12 years ago
  63. 1b48633 Do not cache a pointer to ExprEvalContexts.back(). by Benjamin Kramer · 12 years ago
  64. accaf19 s/tranform/transform/ by Benjamin Kramer · 12 years ago
  65. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  66. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  67. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  68. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  69. 93e4599 Remove Context argument from TemplateDeductionInfo constructor. It was no longer needed after the unused Context member was removed in r164104. by Craig Topper · 12 years ago
  70. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  71. e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
  72. 654f1d5 Fix PR13784: instantiation of an abstract class in a conditional operator. by David Blaikie · 12 years ago
  73. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  74. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  75. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  76. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  77. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  78. 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
  79. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  80. 2217f85 Make __is_convertible_to handle abstract types correctly. PR13591. by Eli Friedman · 12 years ago
  81. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  82. 50d61c8 Implement final piece of DR963 and also DR587: by Richard Smith · 12 years ago
  83. 604fb38 When building a conditional operator where one operand is a throw-expression by Richard Smith · 12 years ago
  84. d22f084 PR13433: In Microsoft mode, don't require function calls within decltype by Richard Smith · 12 years ago
  85. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  86. 34f60a4 The delete argument should not be converted to void*. by Abramo Bagnara · 12 years ago
  87. 8ad6c86 PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". by Richard Smith · 12 years ago
  88. 14b2327 Teach the __is_trivially_assignable and __is_trivially_constructible by Douglas Gregor · 12 years ago
  89. 306f179 Documentation cleanup: turn "//" into "///" for a Doxygen comment. by James Dennett · 12 years ago
  90. ed36b2a Do a second lookup for type_info in the global namespace in microsoft mode. PR13153. by Nico Weber · 12 years ago
  91. ef2b5b3 Documentation cleanup: by James Dennett · 12 years ago
  92. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  93. 0218068 Get rid of some non-ASCII en-dashes that crept in. by Eli Friedman · 12 years ago
  94. e26073c Implement the C++11 discarded value expression rules for volatile lvalues. <rdar://problem/10790820>. by Eli Friedman · 12 years ago
  95. 11d1a69 Error when using typeid() with -fno-rtti. PR 12888. by Nico Weber · 12 years ago
  96. def0762 Include the correct conversion context locations for condition expressions. by David Blaikie · 12 years ago
  97. 2f68ca0 When diagnosing inaccessible temporary destructors in decltype expressions, use by Richard Smith · 12 years ago
  98. ab41fe9 Move Sema::VerifyIntegerConstantExpression() and by Douglas Gregor · 12 years ago
  99. 6a26e2e Move Sema::RequireNonAbstractType() off of PartialDiagnostic. by Douglas Gregor · 12 years ago
  100. d10099e Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 12 years ago