]> granicus.if.org Git - clang/commit
When mangling a synthetic function declaration, we might not have
authorJohn McCall <rjmccall@apple.com>
Tue, 1 May 2012 02:33:44 +0000 (02:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 1 May 2012 02:33:44 +0000 (02:33 +0000)
commit3a8ac07956ac63bd202cdd3b9e4a2c6cefa888da
tree3c8c25cc4d4ae65609651816efb16e18471b2664
parent198ff65aff048b969db85a02ea52bd8b73637bbe
When mangling a synthetic function declaration, we might not have
type-source information for its parameters.  Don't crash when
mangling them in the MS C++ ABI.  Patch by Timur Iskhodzhanov!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155879 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp
test/CodeGenCXX/mangle-ms.cpp