[libcxx-commits] [libcxx] [libc++] Diagnoses insufficiently aligned pointers for std::assume_aligned during constant evaluation (PR #73775)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 23 01:59:33 PST 2023


philnik777 wrote:

You won't see the note, because they are suppressed. If you add an `expected-note {{whatever}}`, clang will check that it actually exists. i.e. you add the `expected-note` for the alignment and clang will make sure it is actually produced.

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


More information about the libcxx-commits mailing list