aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zig_clang.h')
-rw-r--r--src/zig_clang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zig_clang.h b/src/zig_clang.h
index 6babb21bfe..3da57d4301 100644
--- a/src/zig_clang.h
+++ b/src/zig_clang.h
@@ -1418,4 +1418,5 @@ ZIG_EXTERN_C const struct ZigClangRecordDecl *ZigClangFieldDecl_getParent(const
ZIG_EXTERN_C unsigned ZigClangFieldDecl_getFieldIndex(const struct ZigClangFieldDecl *);
ZIG_EXTERN_C const struct ZigClangAPSInt *ZigClangEnumConstantDecl_getInitVal(const struct ZigClangEnumConstantDecl *);
+ZIG_EXTERN_C bool ZigClangIsLLVMUsingSeparateLibcxx();
#endif