diff options
| author | Adrian Prantl <aprantl@apple.com> | 2016-01-09 01:11:35 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2016-01-09 01:11:35 +0000 |
| commit | 35e765baffa5fe7575e57a836cb69dfc0dfc9576 (patch) | |
| tree | e82e4d5732d0da102235ccc83c17949e4aff0da9 /clang/test/Modules/Inputs | |
| parent | fc014f27feb5fe75e7d21507b2b1b0887b159717 (diff) | |
| download | bcm5719-llvm-35e765baffa5fe7575e57a836cb69dfc0dfc9576.tar.gz bcm5719-llvm-35e765baffa5fe7575e57a836cb69dfc0dfc9576.zip | |
Module debugging: Add a testcase for standalone forward declarations.
llvm-svn: 257241
Diffstat (limited to 'clang/test/Modules/Inputs')
| -rw-r--r-- | clang/test/Modules/Inputs/DebugCXX.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/DebugCXX.h b/clang/test/Modules/Inputs/DebugCXX.h index c84c691993f..b6a52579fc3 100644 --- a/clang/test/Modules/Inputs/DebugCXX.h +++ b/clang/test/Modules/Inputs/DebugCXX.h @@ -56,3 +56,5 @@ class FwdVirtual; class FwdVirtual { virtual ~FwdVirtual() {} }; + +struct PureForwardDecl; |

