[llvm-branch-commits] [clang] [libcxx] [clang] Finish implementation of P0522 (PR #96023)

Matheus Izvekov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 21 14:12:45 PDT 2024


mizvekov wrote:

@ldionne I had to adjust the libcxx expectation change.

The simple regex won't work, as the error diagnostic is now produced in different source locations.

I have changed it so it uses a preprocessor conditional, but that new solution will still break if libcxx-CI is using an outdated trunk clang.

Let me know if you have a better idea.

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


More information about the llvm-branch-commits mailing list