]> granicus.if.org Git - clang/commit
Fix crasher when redefining functions. Not 100% pleased with this solution, but it...
authorSteve Naroff <snaroff@apple.com>
Mon, 14 Jan 2008 20:51:29 +0000 (20:51 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 14 Jan 2008 20:51:29 +0000 (20:51 +0000)
commitadbbd0c625806b9d6183920d33eb78566a8f3366
treeb379798cc5efc383cc12188e5142072a469d0637
parent86d1777a6b7723865c1e67a7aafc797ec0a574ff
Fix crasher when redefining functions. Not 100% pleased with this solution, but it is clearly an improvement. Will discuss with Chris later.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45975 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
test/Sema/merge-decls.c