Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jan 22, 2025
1 parent 250bcbf commit fcda2b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tools/Linter/runClangTidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ ${CTIDY} --version
echo
echo "This can be overridden by setting the environment"
echo "variables CLANG, CLANGXX, and CLANGTIDY e.g.: "
echo "$ export CLANG=clang-15"
echo "$ export CLANGXX=clang++-15"
echo "$ export CTIDCLANGTIDYY=clang-tidy-15"
echo "$ export CLANG=clang-16"
echo "$ export CLANGXX=clang++-16"
echo "$ export CTIDCLANGTIDYY=clang-tidy-16"
echo "$ ./Tools/Linter/runClangTidy.sh"
echo
echo "******************************************************"
echo "* Warning: clang v15 is currently used in CI tests. *"
echo "* Warning: clang v16 is currently used in CI tests. *"
echo "* It is therefore recommended to use this version. *"
echo "* Otherwise, a newer version may find issues not *"
echo "* currently covered by CI tests while older versions *"
Expand Down

0 comments on commit fcda2b1

Please sign in to comment.