1. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  2. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  3. 48def65 Move TLS check from LValueExprEvaluator::VisitVarDecl to by Hans Wennborg · 12 years ago
  4. 29f431b Fix r162835 as per Richard's comments. by Hans Wennborg · 12 years ago
  5. ae7a66f The address of a TLS var is not compile-time constant (PR13720) by Hans Wennborg · 12 years ago
  6. 890f0f1 Change a bunch of cases where we do "getAs<...>->doSomething()" to by Ted Kremenek · 12 years ago
  7. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  8. 8ae4ec2 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 12 years ago
  9. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  10. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  11. 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
  12. f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
  13. a4334df Fix crash when constant-evaluating a CXXConstructExpr representing by Richard Smith · 12 years ago
  14. de31aa7 PR13290: Constant-evaluation support for CXXConstructExprs which construct a by Richard Smith · 12 years ago
  15. 4622fe8 Remove typedef which is unused after r159189. by Richard Smith · 12 years ago
  16. e92b1f4 Fix lifetime issue for backing APValue of OpaqueValueExpr in recursive by Richard Smith · 12 years ago
  17. f6172ae Use std::map instead of llvm::DenseMap because we rely on the stability of references to values in these maps. PR13197. by Eli Friedman · 12 years ago
  18. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  19. c679485 If the first argument of __builtin_object_size can be folded to a constant by Richard Smith · 12 years ago
  20. 8d59dee My first effort to do this more subtly failed, so elaborately by John McCall · 12 years ago
  21. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  22. 1de9d7d Fix a crash-on-invalid where the constant evaluator would try to by John McCall · 12 years ago
  23. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  24. 2850376 Per Richard's comments on r154794, add the checks necessary to handle constant-folding relational comparisons safely in case the user is using -fwrapv or equivalent. by Eli Friedman · 12 years ago
  25. a316988 Make constant evaluation for pointer comparisons work correctly for some uncommon cases. <rdar://problem/10962435>. by Eli Friedman · 12 years ago
  26. e275a18 The result of the Microsoft __uuidof operator must be considered a global lvalue during constant expression evaluation. by Francois Pichet · 12 years ago
  27. fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 12 years ago
  28. 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 12 years ago
  29. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  30. 49149fe Don't forget to evaluate the subexpression in a null pointer cast. If we're by Richard Smith · 12 years ago
  31. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  32. 9293fff Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp() a bit and make sure we don't by Argyrios Kyrtzidis · 12 years ago
  33. b778305 Change the binary operator data recursive evaluator to not stop at the first by Richard Trieu · 12 years ago
  34. cc2f77a [Sema] Introduce a data recursive evaluator specific to binary operators. by Argyrios Kyrtzidis · 12 years ago
  35. 649dfbc Remove hacky temporary fix of r151585. by Argyrios Kyrtzidis · 12 years ago
  36. 5cfc7d8 Unrevert r152761 (reverted in r152772) with a fix for the issue which was by Richard Smith · 12 years ago
  37. 7267839 Revert r152761 "Minor optimization to constant evaluation: don't bother by Daniel Dunbar · 12 years ago
  38. d75fb49 Minor optimization to constant evaluation: don't bother computing expr source by Richard Smith · 12 years ago
  39. 4b1f684 Allow vectors to be constructed from constexpr function arguments in by Richard Smith · 12 years ago
  40. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  41. 8e55ed1 Add a missing 'template' keyword. by Douglas Gregor · 12 years ago
  42. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 12 years ago
  43. 0069b84 Assign APValues by swapping from a temporary. Removes a bunch of unnecessary by Richard Smith · 12 years ago
  44. 3d13c5a [AST] Reduce Decl::getASTContext() calls. by Daniel Dunbar · 12 years ago
  45. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 12 years ago
  46. 485ea8e The constant folder's diagnosic mechanism is irrelevant for C; don't bother by Richard Smith · 12 years ago
  47. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  48. 1aa0be8 constexpr: Remove APValue/CCValue distinction. It is no longer useful given the by Richard Smith · 12 years ago
  49. b2c60b0 Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. by Argyrios Kyrtzidis · 12 years ago
  50. c1b66e6 When evaluating integer expressions include a check for sub-expressions by Argyrios Kyrtzidis · 12 years ago
  51. d411a4b Revert testing code I committed by mistake in r151464. by Argyrios Kyrtzidis · 12 years ago
  52. 2fa975c Revert r151460 as it is not enough to address the issue. by Argyrios Kyrtzidis · 12 years ago
  53. 8ed2091 When evaluating integer expressions handle logical operators outside by Argyrios Kyrtzidis · 12 years ago
  54. 359c89d When checking whether a reference to a variable is an ICE, look at the type of by Richard Smith · 12 years ago
  55. f6cfe8b Remove some trivial uses of hasTrivialCopyConstructor() and by Douglas Gregor · 12 years ago
  56. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  57. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 12 years ago
  58. 51e47df Fix a crash in the diangostic code in EvalConstant. PR12043. by Eli Friedman · 12 years ago
  59. 24fe798 Refuse to compile global std::initializer_lists instead of doing completely the wrong thing. by Sebastian Redl · 12 years ago
  60. 8602401 Implement constant expression support for __real__ and __imag__ on lvalue by Richard Smith · 12 years ago
  61. b78ae97 Fix a problem in the GCC testsuite, exposed by r150557. Compound literals by Richard Smith · 12 years ago
  62. f3908f2 Make sure all remaining parts of the constant evaluator are aware that an array by Richard Smith · 12 years ago
  63. ce582fe PR12012: Fix a regression in r150419 where we would try (and fail) to by Richard Smith · 12 years ago
  64. 74e1ad9 constexpr tidyups: by Richard Smith · 12 years ago
  65. 83587db Implement DR1454. This allows all intermediate results in constant expressions by Richard Smith · 12 years ago
  66. 4d4e5c1 Split reinterpret_casts of member pointers out from CK_BitCast; this by John McCall · 12 years ago
  67. 26f2cac constexpr: evaluation support for nullptr comparisons. by Richard Smith · 12 years ago
  68. 70488e2 Pending clear answer from WG21 on whether core issue 903 is intended to apply to by Richard Smith · 12 years ago
  69. 7ca4850 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 12 years ago
  70. 86c3ae4 Update constexpr implementation to match CWG's chosen approach for core issues by Richard Smith · 12 years ago
  71. 864b1cf Update to new resolution for DR1458. When taking the address of an object of by Richard Smith · 12 years ago
  72. b4e5e28 CWG issue 1405: mutable members are allowed in literal types, but can't undergo by Richard Smith · 13 years ago
  73. 2fd5983 Implement DR1458: Taking the address of an object of incomplete class type is by Richard Smith · 13 years ago
  74. 925d8e7 Implement the agreed resolution to DR1457: a signed left shift of a 1 bit into by Richard Smith · 13 years ago
  75. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 13 years ago
  76. 01d0801 Introduce basic ASTs for lambda expressions. This covers: by Douglas Gregor · 13 years ago
  77. 9ec7197 constexpr: Fix implementation of DR1311: check for volatile qualifiers in by Richard Smith · 13 years ago
  78. 00bd44d Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 13 years ago
  79. 5ba73e1 constexpr: by Richard Smith · 13 years ago
  80. f15fda0 constexpr: by Richard Smith · 13 years ago
  81. 15efc4d constexpr: check for overflow in pointer subtraction. by Richard Smith · 13 years ago
  82. 7b48a29 constexpr: overflow checking for integral and floating-point arithmetic. by Richard Smith · 13 years ago
  83. b04035a constexpr: require 'this' to point to an object in a constexpr method call. by Richard Smith · 13 years ago
  84. b02e462 constexpr: add support for comparisons of pointer-to-members. by Richard Smith · 13 years ago
  85. 3df6130 constexpr: Treat INT_MIN % -1 as undefined behavior in C++11. Technically, it by Richard Smith · 13 years ago
  86. 82f2858 constexpr: the result of a relational operator between pointers to void is by Richard Smith · 13 years ago
  87. 789f9b6 constexpr: catch a collection of integral undefined behaviors: by Richard Smith · 13 years ago
  88. 395f1c0 constexpr: remove integral conversion overflow checking introduced in r149286. by Richard Smith · 13 years ago
  89. f72fccf constexpr: disallow signed integer overflow in integral conversions in constant by Richard Smith · 13 years ago
  90. 745f514 constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr by Richard Smith · 13 years ago
  91. 5fe3122 AST/ExprConstant.cpp: Silence a warning on ms cl.exe. "bool" does not prefer to be compared to integer. by NAKAMURA Takumi · 13 years ago
  92. f2e4cd7 constexpr: evaluate (bool)&x as true when x is a local variable or a temporary. by Richard Smith · 13 years ago
  93. d9b02e7 constexpr: add support for anonymous struct and union members in literal types. by Richard Smith · 13 years ago
  94. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  95. 4c3fc9b Move narrowing conversion detection code from SemaInit to SemaOverload, ready by Richard Smith · 13 years ago
  96. 40b993a A call to strlen is not a constant expression, even if we're treating it as a by Richard Smith · 13 years ago
  97. 7d580a4 Enable constant evaluation of implicit calls to constexpr conversion operators. by Richard Smith · 13 years ago
  98. 7a7ee30 Some improvements to the handling of C11 atomic types: by David Chisnall · 13 years ago
  99. 28c1ce7 constexpr: casts to void* are allowed in constant expressions, don't set the by Richard Smith · 13 years ago
  100. 2d6a567 constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, by Richard Smith · 13 years ago