]> granicus.if.org Git - clang/commit
Fixes a code gen. bug by removing an assert.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 20 Apr 2010 22:02:31 +0000 (22:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 20 Apr 2010 22:02:31 +0000 (22:02 +0000)
commit876681e706287d23ce45ea5bf715514da9e9212d
tree76ea6db672083b92a7045d32beb164cbb1ddb8b3
parente5deae9555f097e8418583d8265ec6f333f48210
Fixes a code gen. bug by removing an assert.
It is ok to have c++-ness inside extern "C"
block. Fixes pr6644.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101948 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/c-linkage.cpp [new file with mode: 0644]