[libclang] Add missing export for clang_Cursor_isAnonymousRecordDecl
authorIvan Donchevskii <yv.ivan@gmail.com>
Mon, 29 Apr 2019 14:13:11 +0000 (14:13 +0000)
committerIvan Donchevskii <yv.ivan@gmail.com>
Mon, 29 Apr 2019 14:13:11 +0000 (14:13 +0000)
Follow up for D61232 to fix build.

llvm-svn: 359453

clang/tools/libclang/libclang.exports

index 2c4b083..1d3cd5c 100644 (file)
@@ -39,6 +39,7 @@ clang_Cursor_getSpellingNameRange
 clang_Cursor_getTranslationUnit
 clang_Cursor_getReceiverType
 clang_Cursor_isAnonymous
+clang_Cursor_isAnonymousRecordDecl
 clang_Cursor_isBitField
 clang_Cursor_isDynamicCall
 clang_Cursor_isExternalSymbol