]> granicus.if.org Git - clang/commit
Module Debugging: Emit forward declarations for types that are defined in
authorAdrian Prantl <aprantl@apple.com>
Fri, 11 Sep 2015 01:03:26 +0000 (01:03 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 11 Sep 2015 01:03:26 +0000 (01:03 +0000)
commit53a314a227d8c869f4fe3f7bcdb052c8642afd5e
treed9dc5737aff8b8fc95e48a2cc2eee673c2abf559
parent3a2252c1af3ee6531efdb22dd9762b1dcbd1db86
Module Debugging: Emit forward declarations for types that are defined in
clang modules, if -dwarf-ext-refs (DebugTypesExtRefs) is specified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247369 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/Modules/ExtDebugInfo.cpp [new file with mode: 0644]
test/Modules/ExtDebugInfo.m [new file with mode: 0644]