diff options
author | Sven Göthel <[email protected]> | 2024-05-13 19:42:06 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-05-13 19:42:06 +0200 |
commit | 2366c00f88c20c3bd1facf703f8b7bbb947a801d (patch) | |
tree | 6adc388addcb9c7aa2f9a76bbe0f2de51df48b97 /scripts/setup_clang_alternatives.sh | |
parent | 95c151d99c5c90263f07059eca4c5b7abdd1f3ef (diff) |
Move to llvm clang 18 (better lint + format options), refine format options
Diffstat (limited to 'scripts/setup_clang_alternatives.sh')
-rwxr-xr-x | scripts/setup_clang_alternatives.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_clang_alternatives.sh b/scripts/setup_clang_alternatives.sh index 798282d..73063de 100755 --- a/scripts/setup_clang_alternatives.sh +++ b/scripts/setup_clang_alternatives.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLANG_VERSION=16 +CLANG_VERSION=18 update-alternatives --remove-all clang update-alternatives --remove-all clangd |