]> granicus.if.org Git - clang/commit
DebugInfo: Refactor default arg handling into a common place (instead of handling...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 9 Feb 2015 19:13:51 +0000 (19:13 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 9 Feb 2015 19:13:51 +0000 (19:13 +0000)
commit6666e621f3588f0494b11a7d11c67ba682fd6204
treee96fd16fd4e3045330ced72e673b4ca2f348e5a5
parent74bfe1069dd02c30239bc4d72eb684b248ed3f08
DebugInfo: Refactor default arg handling into a common place (instead of handling in repeatedly for aggregate, complex, and scalar types)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228591 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp