diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-17 13:00:44 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-17 13:00:44 +0000 |
| commit | a72a70aeb94c0b4cd4c5ef855cbc42da13fc0463 (patch) | |
| tree | bdeb47f45e6dfb12342acd3efa88746fdde7b303 /clang/test/Modules/Inputs/merge-template-pattern-visibility/c.h | |
| parent | aa79b19a3e8ba5099f6fb5843e7e8cd3f44bd5ef (diff) | |
| download | bcm5719-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.h | 3 |
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 {}; } |

