1. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  2. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  3. a796b6c Switch some realignment calculations over to llvm::RoundUpToAlignment. by Richard Smith · 12 years ago
  4. 88d2f67 Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. by Richard Smith · 12 years ago
  5. 7657fd7 PR13570: When an unresolved overloaded call appeared in a dependent context, we by Richard Smith · 12 years ago
  6. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  7. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  8. 51e87c5 Enhance getImplicitObjectArgument to look through ->*. by Jordan Rose · 12 years ago
  9. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  10. 34f60a4 The delete argument should not be converted to void*. by Abramo Bagnara · 12 years ago
  11. 471c8b4 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 12 years ago
  12. 5ca8639 Do not crash when we dynamic cast a final type to void*. by Sean Hunt · 12 years ago
  13. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  14. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  15. 0cf3c0e Correctly constify clang::CXXMemberCallExpr::getRecordDecl() by David Blaikie · 12 years ago
  16. 3539b0c Utilize getLocStart()/getLocEnd() on my recent change. by Argyrios Kyrtzidis · 12 years ago
  17. 4548ca2 Store the source range of a CXXOperatorCallExpr in the Expr object instead of by Argyrios Kyrtzidis · 12 years ago
  18. f54486a Move the computation of the lambda mangling information (mangling by Douglas Gregor · 12 years ago
  19. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 12 years ago
  20. d162cf1 Reorder members to save padding. by Benjamin Kramer · 12 years ago
  21. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  22. 5878cbc Implement non-internal linkage for lambda closure types that need a by Douglas Gregor · 12 years ago
  23. ccc1b5e Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 12 years ago
  24. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 12 years ago
  25. ebc6af1 Pacify gcc's -Wreturn-type by Matt Beaumont-Gay · 12 years ago
  26. 2aed8b8 Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself."" by Sebastian Redl · 12 years ago
  27. 1548d14 Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself." by Sebastian Redl · 12 years ago
  28. 5f688f4 Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself. by Sebastian Redl · 12 years ago
  29. 9d36f5d Implement AST (de-)serialization for lambda expressions. by Douglas Gregor · 12 years ago
  30. dfca6f5 Introduce support for template instantiation of lambda by Douglas Gregor · 12 years ago
  31. 43a1b00 Sink variable into assert by Matt Beaumont-Gay · 12 years ago
  32. 7ae282f Split the storage of lambda information between the LambdaExpr and the by Douglas Gregor · 12 years ago
  33. 9daa7bf Keep track of the set of array index variables we use when we by Douglas Gregor · 12 years ago
  34. 908a595 Don't allocate unused storage for captures/capture initializers in lambda expressions by Douglas Gregor · 12 years ago
  35. da8962a Move the storage of lambda captures and capture initializers from by Douglas Gregor · 12 years ago
  36. 5b9cc5d Represent C++ direct initializers as ParenListExprs before semantic analysis by Sebastian Redl · 12 years ago
  37. 01d0801 Introduce basic ASTs for lambda expressions. This covers: by Douglas Gregor · 13 years ago
  38. 9d9922a Fixed instantiation of DependentScopeDeclRefExpr. by Abramo Bagnara · 13 years ago
  39. e4b9276 Added source location for the template keyword in AST template-id expressions. by Abramo Bagnara · 13 years ago
  40. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  41. bceb755 In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an by Peter Collingbourne · 13 years ago
  42. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  43. 7cc58b4 Added a flag to identify resolved overloaded function references. by Abramo Bagnara · 13 years ago
  44. a48e676 Re-arrange and bitfieldify data members of CXXConstructExpr to save a by Douglas Gregor · 13 years ago
  45. b0c3e09 Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  46. 032c869 Teach CXXUnresolvedConstructExpr when it should be an by Douglas Gregor · 13 years ago
  47. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 13 years ago
  48. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  49. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago
  50. 0fee330 Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind I added. by Anders Carlsson · 13 years ago
  51. d765061 Apply a bug-fix patch from Marcin Kowalczyk to the source locations for by Chandler Carruth · 13 years ago
  52. b277159 Begin reworking static analyzer support for C++ method calls. The current logic was divorced by Ted Kremenek · 13 years ago
  53. 8026f6d Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall. by Sebastian Redl · 13 years ago
  54. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 13 years ago
  55. c2f3e7f The conditional needs to be pushed before the branch. Make the test less by John McCall · 13 years ago
  56. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 13 years ago
  57. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  58. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  59. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  60. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 13 years ago
  61. 2882eca Pseudo-revirtualize CallExpr::getSourceRange by making it follow the by John McCall · 13 years ago
  62. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago
  63. def0354 Implement proper (de-)serialization for explicit template argument by Douglas Gregor · 14 years ago
  64. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 14 years ago
  65. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  66. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  67. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  68. ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 14 years ago
  69. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  70. bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
  71. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  72. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  73. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  74. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  75. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  76. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  77. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  78. a437ad3 Have CXXDeleteExpr::getDestroyedType return the actual destroyed type by Craig Silverstein · 14 years ago
  79. 40749ee Improve source-location information for CXXConstructExpr nodes, by by Douglas Gregor · 14 years ago
  80. b8e3923 Fixes an assertion violation when bind to temporary by Fariborz Jahanian · 14 years ago
  81. 3248854 Rename alignof -> alignOf to avoid irritating C++'0x compilers, PR8423 by Chris Lattner · 14 years ago
  82. 007a9b1 Add helper for extracting the CXXRecordDecl for the implicit argument to by Chandler Carruth · 14 years ago
  83. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  84. c87fa06 Had the wrong type for ArgType. :-( Fixed. by Craig Silverstein · 14 years ago
  85. 0fa0b78 The type-to-delete may not be a pointer if it's a dependent type. by Craig Silverstein · 14 years ago
  86. 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
  87. 0dfd848 Eagerly evaluate type traits in Sema instead of lazily in AST. They actually need Sema access to be correct, fixes coming up. by Sebastian Redl · 14 years ago
  88. 2e15622 Define and implement CXXNoexceptExpr. Create it in Sema. by Sebastian Redl · 14 years ago
  89. 3d37c0a Add proper type-source information to UnaryTypeTraitExpr, including by Douglas Gregor · 14 years ago
  90. 01b7c30 Microsoft's __uuidof operator implementation part 1. by Francois Pichet · 14 years ago
  91. ab6677e Provide proper type-source location information for by Douglas Gregor · 14 years ago
  92. 1bb2a93 Improve source-location information for CXXNewExpr, by hanging on to by Douglas Gregor · 14 years ago
  93. d4b25cb Implement __has_virtual_destructor. Patch by Steven Watanabe. by Sebastian Redl · 14 years ago
  94. e2ca6d4 Eliminate CXXBindReferenceExpr, which was used in a ton of by Douglas Gregor · 14 years ago
  95. c238f09 Implement the __has_nothrow trait family, by Steven Watanabe. by Sebastian Redl · 14 years ago
  96. 096832c Regularize the API for accessing explicit template arguments. by John McCall · 14 years ago
  97. 2577743 Added locations and type source info for DeclarationName. by Abramo Bagnara · 14 years ago
  98. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  99. 7cb6bd7 Remove a bunch of trivial destructors by Douglas Gregor · 14 years ago
  100. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago