libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl and clang_Cursor_isInlineNamespace to the list of symbols

This commit is contained in:
Sylvestre Ledru 2019-05-13 18:15:44 +02:00
parent 093bc70984
commit dca3c96283
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View File

@ -5,7 +5,8 @@ llvm-toolchain-snapshot (1:9~svn358688-1~exp1) experimental; urgency=medium
done upstream
* No longer install lldb-test (disable upstream in 358574)
* Install lit-cpuid in llvm-9-tools
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl to the list of symbols
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl and
clang_Cursor_isInlineNamespace to the list of symbols
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Apr 2019 19:05:45 +0200

View File

@ -70,6 +70,7 @@ libclang-@LLVM_VERSION@.so.1 libclang1-@LLVM_VERSION@ #MINVER#
clang_Cursor_isDynamicCall@LLVM_@LLVM_VERSION@ 1:5.0~svn298832-1~
clang_Cursor_isExternalSymbol@LLVM_@LLVM_VERSION@ 1:5.0~+rc1~
clang_Cursor_isFunctionInlined@LLVM_@LLVM_VERSION@ 1:5.0~svn298832-1~
clang_Cursor_isInlineNamespace@LLVM_@LLVM_VERSION@ 1:9~svn360566-1~
clang_Cursor_isMacroBuiltin@LLVM_@LLVM_VERSION@ 1:5.0~svn298832-1~
clang_Cursor_isMacroFunctionLike@LLVM_@LLVM_VERSION@ 1:5.0~svn298832-1~
clang_Cursor_isNull@LLVM_@LLVM_VERSION@ 1:5.0~svn298832-1~