diff options
| author | Eric Liu <ioeric@google.com> | 2017-10-10 13:00:18 +0000 |
|---|---|---|
| committer | Eric Liu <ioeric@google.com> | 2017-10-10 13:00:18 +0000 |
| commit | 8cd38554fbd1ff4a3dbece202d10e415aa892eac (patch) | |
| tree | bc3adaaa8bb29cee4e093ca2c2e864497cb18297 /clang/test | |
| parent | 51c1b2280665589c82329b9d6dfb20600ba42efa (diff) | |
| download | bcm5719-llvm-8cd38554fbd1ff4a3dbece202d10e415aa892eac.tar.gz bcm5719-llvm-8cd38554fbd1ff4a3dbece202d10e415aa892eac.zip | |
Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext for a declaration in the global module."
This reverts commit r315256. See the original commit thread for reason.
llvm-svn: 315308
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Modules/anon-linkage.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/Modules/anon-linkage.cpp b/clang/test/Modules/anon-linkage.cpp deleted file mode 100644 index 590638292b5..00000000000 --- a/clang/test/Modules/anon-linkage.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %clang_cc1 -std=c++17 -fmodules-ts %s - -typedef struct { - int c; - union { - int n; - char c[4]; - } v; -} mbstate; - -export module M; -export using ::mbstate; |

