diff options
author | Adrian McCarthy <amccarth@google.com> | 2016-07-21 18:43:20 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2016-07-21 18:43:20 +0000 |
commit | ab1e7865030ecc3909634a13991a923f29927fb3 (patch) | |
tree | 85b88bf81a890dbc0a39faef3011667320fc100c /clang/test/Modules | |
parent | 29b24dfe44f29d6adbcc84e725aa7836fc0d4831 (diff) | |
download | bcm5719-llvm-ab1e7865030ecc3909634a13991a923f29927fb3.tar.gz bcm5719-llvm-ab1e7865030ecc3909634a13991a923f29927fb3.zip |
Reroll "Include unreferenced nested types in member list only for CodeView"
Another attempt at r276271, hopefully without breaking ModuleDebugInfo test.
llvm-svn: 276317
Diffstat (limited to 'clang/test/Modules')
-rw-r--r-- | clang/test/Modules/ModuleDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/ModuleDebugInfo.cpp b/clang/test/Modules/ModuleDebugInfo.cpp index 998d36327ef..021283a83e6 100644 --- a/clang/test/Modules/ModuleDebugInfo.cpp +++ b/clang/test/Modules/ModuleDebugInfo.cpp @@ -121,7 +121,7 @@ // CHECK-SAME: flags: DIFlagFwdDecl, // CHECK-SAME: identifier: "_ZTS9Template1IPvE") -// Explicit instatiation. +// Explicit instantiation. // CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "Template1<int>", // CHECK-SAME: templateParams: // CHECK-SAME: identifier: "_ZTS9Template1IiE") |