From: Richard Smith Date: Fri, 11 Oct 2019 17:00:34 +0000 (+0000) Subject: Update clang module map for new excluded .def file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d57339e9b5ee73bdcdcec50c4bb38971e632d118;p=clang Update clang module map for new excluded .def file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374571 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap index 0f9b7bb908..2cbe865bce 100644 --- a/include/clang/module.modulemap +++ b/include/clang/module.modulemap @@ -18,6 +18,7 @@ module Clang_AST { umbrella "AST" textual header "AST/BuiltinTypes.def" + textual header "AST/CXXRecordDeclDefinitionBits.def" textual header "AST/OperationKinds.def" textual header "AST/TypeLocNodes.def"