llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Guy David (guy-david) <details> <summary>Changes</summary> Started with 5db13643f4b7038db0ca304d9f8900122502935c. --- Full diff: https://github.com/llvm/llvm-project/pull/200125.diff 1 Files Affected: - (modified) clang/include/module.modulemap (+1) ``````````diff diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap index 62a3ba104b0df..b5376e840bce2 100644 --- a/clang/include/module.modulemap +++ b/clang/include/module.modulemap @@ -150,6 +150,7 @@ module Clang_ScalableStaticAnalysisFramework { requires cplusplus umbrella "clang/ScalableStaticAnalysisFramework" + textual header "clang/ScalableStaticAnalysisFramework/BuiltinAnchorSources.def" textual header "clang/ScalableStaticAnalysisFramework/Core/Model/PrivateFieldNames.def" module * { export * } `````````` </details> https://github.com/llvm/llvm-project/pull/200125 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
