]> granicus.if.org Git - clang/commit
Debug Info: Emit debug info for @import declarations.
authorAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 17:39:51 +0000 (17:39 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 17:39:51 +0000 (17:39 +0000)
commite9ad7b24fe294af689cd6c15171b3ced4bec36b4
treededc22bc5c2d09e403b0f9f2dca3d72255bafd29
parent42a7206deb117a1afcd279f047d1e06fde1bb105
Debug Info: Emit debug info for @import declarations.

This allows a module-aware debugger such as LLDB to import the currently
visible modules before dropping into the expression evaluator.

rdar://problem/20965932

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CodeGenModule.cpp
test/Modules/Inputs/DebugModule.h [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/debug-info-moduleimport.m [new file with mode: 0644]