summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR27754/module.modulemap
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-05-17 22:44:15 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-05-17 22:44:15 +0000
commitb648399f9f331632a893dad74775398dc20e5664 (patch)
tree42ce09ae2278001ff25bdbf314ddaa4a83e43333 /clang/test/Modules/Inputs/PR27754/module.modulemap
parent62b5b73eaf49900131dc81f4c71d59106a8bcc90 (diff)
downloadbcm5719-llvm-b648399f9f331632a893dad74775398dc20e5664.tar.gz
bcm5719-llvm-b648399f9f331632a893dad74775398dc20e5664.zip
PR27754: CXXRecordDecl::data() needs to perform an update even if it's called
on a declaration that already knows the location of the DefinitionData object. llvm-svn: 269858
Diffstat (limited to 'clang/test/Modules/Inputs/PR27754/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/PR27754/module.modulemap3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR27754/module.modulemap b/clang/test/Modules/Inputs/PR27754/module.modulemap
new file mode 100644
index 00000000000..90dcdbb92b4
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR27754/module.modulemap
@@ -0,0 +1,3 @@
+module "RConversionRuleParser.h" { header "RConversionRuleParser.h" }
+module "TMetaUtils.h" { header "TMetaUtils.h" }
+module "TSchemaType.h" { header "TSchemaType.h" }
OpenPOWER on IntegriCloud