]> granicus.if.org Git - clang/commit
DebugInfo: Attribute aggregate expressions to the source location of the expression
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 18 Jan 2015 01:48:19 +0000 (01:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 18 Jan 2015 01:48:19 +0000 (01:48 +0000)
commit3038731a6d1e21006bb970d6c6de5c62d7fa5b51
tree3556f46083cb6829f9cee36d29411f6cf31ca833
parentc2f94a4361722c1787782bcae9a3e7b9d848f7b1
DebugInfo: Attribute aggregate expressions to the source location of the expression

Just as r225956 did for scalar expressions (CGExprScalar::Visit), do the
same for aggregate expressions.

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