]> granicus.if.org Git - clang/commit
Fix null pointer dereference if we redeclare an unprototyped function. Patch by
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 20:34:17 +0000 (20:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 20:34:17 +0000 (20:34 +0000)
commitac83a3cdbfa3dad298ab3d87fb608b9b08176e57
tree67d2d2af58b4f800612f525e8e40977bc8f6fdbc
parent0e5a8887ff30957f4bf59cc91965e7a620dbf34a
Fix null pointer dereference if we redeclare an unprototyped function. Patch by
WenHan Gu!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/vfprintf-valid-redecl.c