1. baa9af1 PR17800: When performing pack expansion, we must always rebuild the AST nodes by Richard Smith · 11 years ago
  2. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  3. a3d311e And Again: Teach TreeTransform how to transform nested generic lambdas. by Faisal Vali · 11 years ago
  4. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  5. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  6. b814a2a Again: Teach TreeTransform and family how to transform generic by Faisal Vali · 11 years ago
  7. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  8. 2c4a01d Sema: Cleanup formatting of C++ exceptions related code by David Majnemer · 11 years ago
  9. fc21049 Sema: Cleanup formatting of SEH related code by David Majnemer · 11 years ago
  10. 7752a74 Sema: Don't crash when __try/__except/__finally appears in a template function by David Majnemer · 11 years ago
  11. f003acd Revert "Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves." by Rafael Espindola · 11 years ago
  12. 618c285 Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  13. 9683f1d Revert changes from the nested lambdas commit till i figure out by Faisal Vali · 11 years ago
  14. aecbb9d Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  15. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  16. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  17. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  18. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  19. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  20. 1245a54 Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 11 years ago
  21. 0c01835 OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) by Alexey Bataev · 11 years ago
  22. 1ac6c93 Reduce stack usage of TreeTransform. by Eli Friedman · 11 years ago
  23. 1e75a1a Clear LookupResult object if invalid candidate is found. by Serge Pavlov · 11 years ago
  24. 4367829 Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" by Rafael Espindola · 11 years ago
  25. 8f1a2db OpenMP: Data-sharing attributes analysis and clause 'shared' by Alexey Bataev · 11 years ago
  26. 1806239 Cleanup of OpaquePtr. No functionality changes. by Serge Pavlov · 11 years ago
  27. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  28. 21adb0c const'ify Sema::ActOnCXXTryBlock by by Robert Wilhelm · 11 years ago
  29. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  30. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  31. e7205c0 Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  32. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  33. 8d030c7 Improve clarity/consistency of a few UsingDecl methods and related helpers. by Enea Zaffanella · 11 years ago
  34. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  35. ba037f2 Fix pack instantiation with function types. by Eli Friedman · 11 years ago
  36. 20cfeca Correctly handle packs for variadic type traits. by Eli Friedman · 11 years ago
  37. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  38. b960232 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  39. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  40. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  41. 850cf51 Fix one place I missed that was memcpy'ing TypeLocs in a way that messes by Eli Friedman · 11 years ago
  42. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  43. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  44. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  45. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  46. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  47. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  48. 858c2c3 Walk over MaterializeTemporaryExpr when reverting an initializer to its by Richard Smith · 11 years ago
  49. 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
  50. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  51. 8061322 ArrayRef'ize GenericSelectionExpr by Dmitri Gribenko · 11 years ago
  52. 62ed889 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 11 years ago
  53. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 11 years ago
  54. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  55. 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 11 years ago
  56. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  57. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  58. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  59. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  60. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  61. 93b6457 Drop ObjCIndirectCopyRestoreExprs during template instantiation. by John McCall · 11 years ago
  62. 391ca9f Mark as referenced the functions from instantiated UserDefinedLiterals. by Argyrios Kyrtzidis · 11 years ago
  63. 6f96f4b <rdar://problem/13540921> Cope with instantiations of the C++11 range-based for loop that end up being Objective-C fast enumeration loops. by Douglas Gregor · 11 years ago
  64. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  65. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  66. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  67. ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 11 years ago
  68. 9807a2e Don't reject __restrict applied to a dependent type; it might instantiate to a pointer or reference type. by Richard Smith · 11 years ago
  69. e4743be <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions. by Douglas Gregor · 11 years ago
  70. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 11 years ago
  71. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  72. 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 11 years ago
  73. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 11 years ago
  74. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  75. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  76. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  77. 92d1387 One can override an Objective-C ARC ownership qualifier that came from by Douglas Gregor · 11 years ago
  78. 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 11 years ago
  79. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  80. 1b46ead Remove the anonymous namespace from lib/Sema/TreeTransform.h by Argyrios Kyrtzidis · 12 years ago
  81. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  82. 5cf1589 Fix regression in r170489: when instantiating a direct initializer which is a by Richard Smith · 12 years ago
  83. cd6d5f4 Fix assertion failure in self-host (and probably bogus template instantiation by Richard Smith · 12 years ago
  84. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  85. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  86. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  87. f641166 PR13098: If we're instantiating an overloaded binary operator and we could by Richard Smith · 12 years ago
  88. 73ed67c PR14428: When instantiating a 'new' expression, if we had a non-dependent by Richard Smith · 12 years ago
  89. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  90. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  91. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  92. 6cf7d7d Fixed CXXNamedCast right paren location propagation to instantiations. by Abramo Bagnara · 12 years ago
  93. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  94. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  95. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  96. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  97. 511e3ae Delete some code which is, as far as I can tell, dead. by Eli Friedman · 12 years ago
  98. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  99. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  100. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago