]> granicus.if.org Git - clang/commit
DebugInfo: Suppress the location of instructions in aggregate default arguments.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 9 Feb 2015 18:47:14 +0000 (18:47 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 9 Feb 2015 18:47:14 +0000 (18:47 +0000)
commit40a73dbd40a7a7813c7bbd0ada5b9561418c800b
tree63edf5e59d9c5843a23df8fdfce00db33fad19c5
parent5252a7c2e4c18b5f2cb0f797d3c4e75c67e6e129
DebugInfo: Suppress the location of instructions in aggregate default arguments.

Matches the existing code for scalar default arguments. Complex default
arguments probably need the same handling too (test/fix to that coming
next).

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