]> granicus.if.org Git - clang/commit
While handling change of file, check if _current_ file is already seen or not. If...
authorDevang Patel <dpatel@apple.com>
Wed, 15 Sep 2010 20:50:40 +0000 (20:50 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 15 Sep 2010 20:50:40 +0000 (20:50 +0000)
commit424a5c63bb337926f3a1bfa20cc9f7c944aacbb0
tree9fc830140e3702eb90e3fc49b476b04ef878d3c7
parentf73c93fea0d4b447585bc7459499ba6b822e045c
While handling change of file, check if _current_ file is already seen or not. If current file is seen then it indicates that end of previous file's lexical scope.
This fixes radar 8396182.

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