]> granicus.if.org Git - clang/commit
Start handling debug line and scope information better:
authorEric Christopher <echristo@apple.com>
Tue, 11 Oct 2011 23:00:55 +0000 (23:00 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 11 Oct 2011 23:00:55 +0000 (23:00 +0000)
commit4b2d5498729a74a8e952bdf762e6f2d8c6b52690
tree3ca9bd8b46c467997c178215147c51deab34af89
parentab5278e0ead5697ff27ef69d960c3e138b299ce6
Start handling debug line and scope information better:

Migrate most of the location setting within the larger API in CGDebugInfo and
update a lot of callers.
Remove the existing file/scope change machinery in UpdateLineDirectiveRegion
and replace it with DILexicalBlockFile usage.

Finishes off the rest of rdar://10246360

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141732 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/debug-info-line.c