]> granicus.if.org Git - clang/commit
Emit forward decls for structs with declarations only when we are
authorAdrian Prantl <aprantl@apple.com>
Tue, 18 Jun 2013 23:01:56 +0000 (23:01 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 18 Jun 2013 23:01:56 +0000 (23:01 +0000)
commit14c1a13e64808ccd2c39155793194ce499d82ca3
tree2561a600a045c7bbdcad9a18715cf32072ed3ba9
parent0601700e8d8e8d0f42bea1c0137c04e8c8ae5ac3
Emit forward decls for structs with declarations only when we are
limiting debug info.

FIXME: There is still work left to do here, the testcase should work even with -flimit-debug-info.

rdar://problem/14101097

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184252 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/debug-info-record.c [new file with mode: 0644]