mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 15:16:03 +00:00
libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl and clang_Cursor_isInlineNamespace to the list of symbols
This commit is contained in:
parent
093bc70984
commit
dca3c96283
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
1
debian/libclang1-X.Y.symbols.in
vendored
1
debian/libclang1-X.Y.symbols.in
vendored
@ -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~
|
||||
|
Loading…
Reference in New Issue
Block a user