]> granicus.if.org Git - clang/commit
Don't assert that linkage decls are always C++, it's not true. Fixes PR5019.
authorAnders Carlsson <andersca@mac.com>
Tue, 22 Sep 2009 17:23:30 +0000 (17:23 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 22 Sep 2009 17:23:30 +0000 (17:23 +0000)
commit5cc58c6cfe4a6378287dbf92f9b1a23e133a6118
tree02b097db23458e6fb6f6429c8c99fab9fc24281f
parentb2ef1beb812988ce45804d655c9a72bc523d5014
Don't assert that linkage decls are always C++, it's not true. Fixes PR5019.

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