]> granicus.if.org Git - clang/commit
Call UpdateLineDirectiveRegion every time we want to emit a stop
authorEric Christopher <echristo@apple.com>
Thu, 29 Sep 2011 00:00:35 +0000 (00:00 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 29 Sep 2011 00:00:35 +0000 (00:00 +0000)
commit414ee4bb74957b4c5fe05e11848028e4701b51f7
treea5f58544d6b27bde881585a321f390455a91a8bb
parent441937c9be818279f68003071ea2cefc5da7d25d
Call UpdateLineDirectiveRegion every time we want to emit a stop
point in the code. Ensures that we don't miss any places and the
check is reasonably cheap.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140737 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGStmt.cpp