aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/point.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-09-17 05:35:18 +0000
committerDouglas Gregor <dgregor@apple.com>2011-09-17 05:35:18 +0000
commit8f8d581f76da8a6bf9de45746f908b970f09ee1b (patch)
tree8ac259c757cdc9f70a76e01e6464dccb85c0d462 /test/Modules/Inputs/point.h
parentae55608a29d61737b7c5390e2d1bb30ab8d5febb (diff)
When we load header file information from the external source (i.e.,
the AST reader), merge that header file information with whatever header file information we already have. Otherwise, we might forget something we already knew (e.g., that the header was #import'd already). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/Inputs/point.h')
-rw-r--r--test/Modules/Inputs/point.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/point.h b/test/Modules/Inputs/point.h
new file mode 100644
index 0000000000..eab23d5867
--- /dev/null
+++ b/test/Modules/Inputs/point.h
@@ -0,0 +1,2 @@
+struct Point { int x, y; };
+