DebugInfo: Attribute complex expressions to the source location of the expression
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 18 Jan 2015 01:57:54 +0000 (01:57 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 18 Jan 2015 01:57:54 +0000 (01:57 +0000)
commitc6593075bf338c0eddb1934e884983d23df2f9b4
treed1a41b3b2ddefaf0a856c8e831d6d67a8531a67a
parent7a92e1ad3d44d2e0528d6cd5c1e99fc34a8acf2b
DebugInfo: Attribute complex expressions to the source location of the expression

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

llvm-svn: 226390
clang/lib/CodeGen/CGExprComplex.cpp
clang/test/CodeGenCXX/debug-info-line.cpp