]> granicus.if.org Git - clang/commit
C++1y: support 'for', 'while', and 'do ... while' in constant expressions.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 6 May 2013 05:56:11 +0000 (05:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 6 May 2013 05:56:11 +0000 (05:56 +0000)
commitce61715606b5f55ccc023720cdf9c1a796b0d526
treec71b5f8c190fde81858034e66293e969d33ef6f8
parent27f9cf3a5a92f70f043b6cfbc5f3f2ac3a38f182
C++1y: support 'for', 'while', and 'do ... while' in constant expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181181 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
test/SemaCXX/constant-expression-cxx1y.cpp