]> granicus.if.org Git - clang/commit
Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.
authorNico Weber <nicolasweber@gmx.de>
Tue, 17 Oct 2017 21:14:02 +0000 (21:14 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 17 Oct 2017 21:14:02 +0000 (21:14 +0000)
commitab38736dccaf7269562779f4f70d441b5c2285ec
treef35f5d97dea98b58cdbce52ab838b9d836f9c494
parent2301481f441e83fc5eda437a0def0404c318d0a5
Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.

This is basically like r288207, just the other way round.

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