]> granicus.if.org Git - clang/commit
Fix a mangling bug where functions with no arguments weren't getting the 'v' paramete...
authorAnders Carlsson <andersca@mac.com>
Wed, 1 Apr 2009 00:15:23 +0000 (00:15 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 1 Apr 2009 00:15:23 +0000 (00:15 +0000)
commitc6c91bc019ff7fa09f6570025ba011aad4c0d004
treede590db0fff977cd35d8d309c2059fb378017e9b
parent8e5c2b8072f4409c7c0004331d1db9652d5209c0
Fix a mangling bug where functions with no arguments weren't getting the 'v' parameter specifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68162 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle.cpp