]> granicus.if.org Git - clang/commit
static functions have a need for mangled name debug information too.
authorEric Christopher <echristo@apple.com>
Thu, 12 Apr 2012 00:35:06 +0000 (00:35 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 12 Apr 2012 00:35:06 +0000 (00:35 +0000)
commit43443de48bd7f69bba033566abd9ca33abea6d67
tree5a9b92b148b08a366cb7125b65136fd0cedf3434
parente5bbebb4d14347700ff0b1838f14cae3b8a35c69
static functions have a need for mangled name debug information too.
The mangler doesn't like non-prototyped functions so only use a mangled
name for prototyped functions.

rdar://11079003

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154570 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp