We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eea20f commit 7a7aa3cCopy full SHA for 7a7aa3c
tests/scripts/clangtidy.sh
@@ -6,5 +6,5 @@ git submodule init
6
git submodule update
7
8
find library_checker_aizu_tests/ -type f -name "*.test.cpp" |
9
- parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=c++23 ||
+ parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=gnu++20 ||
10
exit 1
0 commit comments