]> granicus.if.org Git - clang/commit
Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parameter.
authorFrederic Riss <friss@apple.com>
Tue, 12 Aug 2014 04:42:23 +0000 (04:42 +0000)
committerFrederic Riss <friss@apple.com>
Tue, 12 Aug 2014 04:42:23 +0000 (04:42 +0000)
commit4aeb30d14a493264600c4f75424fa74d1b1ddad2
treed6024b4c695be99c7f6950b336396625e9a1e0e0
parentb9df04cac948df5d547ac453ec26e493eef2986d
Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parameter.

Fixes rdar://13690847

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info-variadic-method.m [new file with mode: 0644]