summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/normal-module-map/nested_umbrella
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-10-12 21:17:34 +0000
committerDouglas Gregor <dgregor@apple.com>2012-10-12 21:17:34 +0000
commitb70f443777f088bde71075ae24d4a57cee5a0f4d (patch)
treef565f4d600935214a301468f20c9d09c7063efde /clang/test/Modules/Inputs/normal-module-map/nested_umbrella
parent056396ae8cb9c4523136041dfbe58ca87c48bbd8 (diff)
downloadbcm5719-llvm-b70f443777f088bde71075ae24d4a57cee5a0f4d.tar.gz
bcm5719-llvm-b70f443777f088bde71075ae24d4a57cee5a0f4d.zip
Add missing header from 165821
llvm-svn: 165822
Diffstat (limited to 'clang/test/Modules/Inputs/normal-module-map/nested_umbrella')
-rw-r--r--clang/test/Modules/Inputs/normal-module-map/nested_umbrella/decltype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/decltype.h b/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/decltype.h
new file mode 100644
index 00000000000..506a217d1b9
--- /dev/null
+++ b/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/decltype.h
@@ -0,0 +1,2 @@
+int decltype_val;
+
OpenPOWER on IntegriCloud