summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-10-11 17:00:34 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-10-11 17:00:34 +0000
commitd57339e9b5ee73bdcdcec50c4bb38971e632d118 (patch)
tree39eed3f46df271a07d4a289eca3fc5d8a24c0376 /include
parentd2a98c1dd3e9ca759d78992cadfbdf994e544838 (diff)
downloadclang-d57339e9b5ee73bdcdcec50c4bb38971e632d118.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/clang/module.modulemap1
1 files changed, 1 insertions, 0 deletions
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"