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 382eb43 commit 6eea20fCopy full SHA for 6eea20f
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++20 ||
+ parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=c++23 ||
10
exit 1
0 commit comments