From 0d2bdf4339495147a75b3ea63dca0ee1cd599ca1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 9 Jul 2023 15:20:41 +0200 Subject: [PATCH] fix changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 727121fb..a649eb9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,13 @@ llvm-toolchain-snapshot (1:17~++20230701095046+dc6c8b8d1e35-1~exp2) UNRELEASED; * Install usr/lib/llvm-17/lib/clang/17/include/llvm_libc_wrappers/*.h in libclang-common-X.Y-dev * fix the libclang & libomp5 symbol files + * Add new symbol to libclang1: + clang_CXXMethod_isExplicit + clang_createIndexWithOptions + clang_getBinaryOperatorKindSpelling + clang_getCursorBinaryOperatorKind + clang_getCursorUnaryOperatorKind + clang_getUnaryOperatorKindSpelling -- Sylvestre Ledru Sun, 09 Jul 2023 15:15:34 +0200