From 1689a8e053c1f73e16331bfeda28c79e1ed4bbd0 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 19 Aug 2024 16:25:32 +0200 Subject: code format, llvm 18 --- .custom-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.custom-format.py') diff --git a/.custom-format.py b/.custom-format.py index c8075ace..e787df28 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', 17) +CURRENT_LLVM = os.getenv('LLVM_VERSION', 18) CLANG_FORMAT_BIN = os.getenv("CLANG_FORMAT_BIN", "") -- cgit 1.4.1