[libcxx-commits] [PATCH] D151026: [libc++] Adds C++26 support.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 20 08:41:31 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:328-329
CXX: "clang++-${LLVM_HEAD_VERSION}"
- ENABLE_CLANG_TIDY: "On"
+ # TODO(LLVM-17) enable clang-tidy.
+ # ENABLE_CLANG_TIDY: "On"
agents:
----------------
Why do these have to be disabled?
================
Comment at: libcxx/utils/libcxx/test/params.py:65
'c++23': 'c++2b',
+ 'c++26': 'c++2c',
}
----------------
Is this required, since both GCC and Clang support the `c++26` flag right away?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151026/new/
https://reviews.llvm.org/D151026
More information about the libcxx-commits
mailing list