[clang] [clang] Placement new error when modifying consts (PR #132460)

marius doerner via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 23 01:23:12 PDT 2025


mariusdr wrote:

> The tests should go into a file not under `ByteCode/` since they aren't specific to the bytecode interpreter. There should be existing placement new tests in `SemaCXX/`.

Thanks for the hint, moved them to clang/test/SemaCXX/cxx2c-constexpr-placement-new.cpp

https://github.com/llvm/llvm-project/pull/132460


More information about the cfe-commits mailing list