summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/dummy.h
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-08-30 00:23:29 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-08-30 00:23:29 +0000
commit9dd9f036c6998389b6c5c1c326199572be5fd6cb (patch)
treee3cf333e5a44dab19d2c0afbd2c0f39f05a9c4c4 /clang/test/Modules/Inputs/dummy.h
parenta23f4fb5c90624ce66e276512ca4577a72a9527f (diff)
downloadbcm5719-llvm-9dd9f036c6998389b6c5c1c326199572be5fd6cb.tar.gz
bcm5719-llvm-9dd9f036c6998389b6c5c1c326199572be5fd6cb.zip
Map from local decl IDs to global decl IDs when lazily deserializing friend decl chains.
llvm-svn: 189629
Diffstat (limited to 'clang/test/Modules/Inputs/dummy.h')
-rw-r--r--clang/test/Modules/Inputs/dummy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/dummy.h b/clang/test/Modules/Inputs/dummy.h
new file mode 100644
index 00000000000..6e1ac74e44f
--- /dev/null
+++ b/clang/test/Modules/Inputs/dummy.h
@@ -0,0 +1,3 @@
+// This module only exists to make local decl IDs and global decl IDs different.
+
+struct Dummy {} extern *dummy1, *dummy2, *dummy3;
OpenPOWER on IntegriCloud