]> granicus.if.org Git - clang/commit
DebugInfo: More accurate line information for placement new.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 14 Dec 2014 18:48:18 +0000 (18:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 14 Dec 2014 18:48:18 +0000 (18:48 +0000)
commitbc5dfed59cdd9741ee7f80427cb144e46b79452c
tree10782741e0b694f41a6229d9dfedfd0c9afa30c6
parent320a846584599c9cfb339b6bb0a7a9634a397414
DebugInfo: More accurate line information for placement new.

This actually came up as a break in UBSan tests (look for a follow-up
commit to this one to see the UBSan test fallout) when I tried a broader
fix to location information.

I have some other ideas about how to do that broader change & will keep
looking into it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224221 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/debug-info-line.cpp