]> granicus.if.org Git - clang/commit
[c++20] Add a C++20 version of the existing turing machine test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Oct 2019 00:47:41 +0000 (00:47 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Oct 2019 00:47:41 +0000 (00:47 +0000)
commit43d2820e2f5a45c39604feaed7a23f05e7889b5d
tree94bf808d6393fc4a5b8a85d7cd26c5eb666c81ee
parent0d4dcf2bb3bd06f16a215a55893e34141093ffe9
[c++20] Add a C++20 version of the existing turing machine test.

Unlike the C++11 version, this one uese mutable state and dynamic
allocation instead of a carefully balanced and ever-accumulating pile of
temporaries.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373281 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/constexpr-turing-cxx2a.cpp [new file with mode: 0644]