1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. f72bc46 Don't reject dependent range-based for loops in constexpr functions. The loop by Richard Smith · 11 years ago
  3. 9aebdc9 PR17615: A delegating constructor initializer is a full-expression. Don't by Richard Smith · 11 years ago
  4. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  5. 3835a4e PR16755: When initializing or modifying a bitfield member in a constant by Richard Smith · 11 years ago
  6. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  7. db2fe73 More of N3652: don't add an implicit 'const' to 'constexpr' member functions when checking for overloads in C++1y. by Richard Smith · 11 years ago
  8. 37a84f6 PR16377: Allow evaluation of statement expressions in constant evaluation, by Richard Smith · 11 years ago
  9. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  10. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  11. bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
  12. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  13. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  14. a49a7fe C++1y constant expression evaluation: compound assignment support for floating-point and pointer types. by Richard Smith · 11 years ago
  15. d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 11 years ago
  16. a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 11 years ago
  17. 692eafd C++1y: support range-based for loops in constant expressions. by Richard Smith · 11 years ago
  18. ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 11 years ago
  19. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  20. b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 11 years ago
  21. bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 11 years ago
  22. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago