[style] upgrade clang-format and clang-tidy from 14 to 16 (#11682)

This commit is contained in:
Li Cao
2025-07-10 18:19:26 -07:00
committed by GitHub
parent a9c2001bf1
commit 6c6e99ee7c
24 changed files with 90 additions and 87 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: Bootstrap
run: |
sudo apt-get update
sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 shellcheck iwyu
sudo apt-get --no-install-recommends install -y clang-format-16 clang-tidy-16 shellcheck iwyu
python3 -m pip install yapf==0.31.0
sudo snap install shfmt
npm install [email protected]