mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
C++20 mode exposes bugs in `clang-tidy` 16 that are challenging to work around, but this should manage to do so. The patch to `bazel_clang_tidy` has been sent upstream but no need to wait for it. We don't actually specify a specific version of C++ in our style guide docs, and the Google style guide has already been updated to be based on C++20 so nothing to be done there. --------- Co-authored-by: Richard Smith <richard@metafoo.co.uk>