summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-10-17 13:00:44 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-10-17 13:00:44 +0000
commita72a70aeb94c0b4cd4c5ef855cbc42da13fc0463 (patch)
treebdeb47f45e6dfb12342acd3efa88746fdde7b303 /clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h
parentaa79b19a3e8ba5099f6fb5843e7e8cd3f44bd5ef (diff)
downloadbcm5719-llvm-a72a70aeb94c0b4cd4c5ef855cbc42da13fc0463.tar.gz
bcm5719-llvm-a72a70aeb94c0b4cd4c5ef855cbc42da13fc0463.zip
Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandling of"
This reverts commit r284176. It still marks some modules as invisible that should be visible. Will follow up with the author with a test case. llvm-svn: 284382
Diffstat (limited to 'clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h')
-rw-r--r--clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h b/clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h
index 01594bb4b89..db80eda1ea6 100644
--- a/clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h
+++ b/clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h
@@ -5,8 +5,5 @@ namespace CrossModuleMerge {
template<typename, typename> struct A {};
template<typename T> struct B : A<T> {};
template<typename T> inline auto C(T) {}
-
- template<typename T> inline auto D(T) {}
- struct E {};
}
OpenPOWER on IntegriCloud