From d57339e9b5ee73bdcdcec50c4bb38971e632d118 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 11 Oct 2019 17:00:34 +0000 Subject: [PATCH] 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 --- include/clang/module.modulemap | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0