about summary refs log tree commit diff
path: root/.custom-format.py
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-11-06 10:13:59 +0100
committervanhauser-thc <vh@thc.org>2023-11-06 10:13:59 +0100
commitf3d2127fd815bed2ec9dfab981123898d11cea65 (patch)
treeb94d78a392120a198c1b40fdcaf884bda74470ec /.custom-format.py
parent053334f35d0e8d6eace444781d52504585c69f76 (diff)
downloadafl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz
clang-format 16->17
Diffstat (limited to '.custom-format.py')
-rwxr-xr-x.custom-format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.custom-format.py b/.custom-format.py
index 3521c05d..c8075ace 100755
--- a/.custom-format.py
+++ b/.custom-format.py
@@ -24,7 +24,7 @@ import importlib.metadata
 
 # string_re = re.compile('(\\"(\\\\.|[^"\\\\])*\\")') # TODO: for future use
 
-CURRENT_LLVM = os.getenv('LLVM_VERSION', 16)
+CURRENT_LLVM = os.getenv('LLVM_VERSION', 17)
 CLANG_FORMAT_BIN = os.getenv("CLANG_FORMAT_BIN", "")