diff options
author | vanhauser-thc <vh@thc.org> | 2023-11-06 10:13:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-11-06 10:13:59 +0100 |
commit | f3d2127fd815bed2ec9dfab981123898d11cea65 (patch) | |
tree | b94d78a392120a198c1b40fdcaf884bda74470ec /.custom-format.py | |
parent | 053334f35d0e8d6eace444781d52504585c69f76 (diff) | |
download | afl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz |
clang-format 16->17
Diffstat (limited to '.custom-format.py')
-rwxr-xr-x | .custom-format.py | 2 |
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", "") |