commit | ec87a50a3e9175441b5e4b38cc477881c078edf8 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Feb 13 23:50:20 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Feb 13 23:50:20 2015 +0000 |
tree | d12a6d127ce020625b20516b3fb086547aa5ab59 | |
parent | 9ea81b00410b8e5dea6ac9a57fc8f38752b5db12 [diff] [blame] |
[modules] If we have a choice between including a file textually and importing a prebuilt form from a module, prefer the modular form, all else being equal. llvm-svn: 229188
diff --git a/clang/test/Modules/Inputs/header-in-multiple-maps/a.h b/clang/test/Modules/Inputs/header-in-multiple-maps/a.h new file mode 100644 index 0000000..4c5cd94 --- /dev/null +++ b/clang/test/Modules/Inputs/header-in-multiple-maps/a.h
@@ -0,0 +1 @@ +struct A {};