We now use clang-format-13 which has the option SpacesInAngles. This
allows us to switch the default language version to C++20, which should
avoid breaking code when formatting due to the adding of whitespace.
For example u8"foo" no longer is formatted as u8 "foo".
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG4cb3d7d7b4ab: [libc++] Update clang-format to C++20.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo