[llvm-branch-commits] [clang] [InstallAPI] Verify that declarations in headers map to exports found in dylib (PR #85348)

2024-03-15 Thread Juergen Ributzka via llvm-branch-commits
https://github.com/ributzka approved this pull request. https://github.com/llvm/llvm-project/pull/85348 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [InstallAPI] Introduce Basic Verifier (PR #85106)

2024-03-13 Thread Juergen Ributzka via llvm-branch-commits
https://github.com/ributzka approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/85106 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [InstallAPI] Capture C++ Decls (PR #83953)

2024-03-07 Thread Juergen Ributzka via llvm-branch-commits
@@ -13,6 +13,7 @@ #ifndef LLVM_CLANG_INSTALLAPI_VISITOR_H #define LLVM_CLANG_INSTALLAPI_VISITOR_H +#include "clang/AST/Availability.h" ributzka wrote: Could `AvailabilityInfo` be forward declared instead? https://github.com/llvm/llvm-project/pull/83953 _