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)
commit01fb5fb1287552ececa992ae60062ae045a1bc5e
treec16ef6b262abbbe962984f3492c27d870f575004
parent6adcf56b0f738f66f32b2cc70e9117049672db89
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.

llvm-svn: 226388
clang/lib/CodeGen/CGExprAgg.cpp
clang/test/CodeGenCXX/debug-info-line.cpp