]> granicus.if.org Git - clang/commit
Force column info to be generated for call expressions so we can
authorAdrian Prantl <aprantl@apple.com>
Tue, 12 Mar 2013 20:43:25 +0000 (20:43 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 12 Mar 2013 20:43:25 +0000 (20:43 +0000)
commit00df5eaa9f4f7cc0809fd47c95311b532fbe63c6
tree3ce8a9297a558a5beff173208e25661fa3abe03e
parent61d16c1f491f5ad6d4a254dcca8868acb5f150cc
Force column info to be generated for call expressions so we can
differentiate multiple inlined call sites on the same line
in the debug info.

Fixes rdar://problem/13036237

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