about summary refs log tree commit diff
path: root/.custom-format.py
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-06-22 09:24:00 +0200
committervanhauser-thc <vh@thc.org>2023-06-22 09:26:46 +0200
commit90f83c13d08f44fbf50036076a1772909c4d2c86 (patch)
treed26430fafdefc5a4765e274c930cf0ece7aecf4c /.custom-format.py
parent224e884ba1c8eba8ff6d7ab7c95dfb4f6f958622 (diff)
downloadafl++-90f83c13d08f44fbf50036076a1772909c4d2c86.tar.gz
remove dead code, code format
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 1d5c8839..3521c05d 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', 15)
+CURRENT_LLVM = os.getenv('LLVM_VERSION', 16)
 CLANG_FORMAT_BIN = os.getenv("CLANG_FORMAT_BIN", "")