]> granicus.if.org Git - clang/commit
improve decl merging logic to be more correct with
authorChris Lattner <sabre@nondot.org>
Tue, 6 Nov 2007 06:07:26 +0000 (06:07 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Nov 2007 06:07:26 +0000 (06:07 +0000)
commite3995fe63cc01668bebed82339479fbc1140768c
tree3e96d081a23edf53bd5bf9a90e6a577a4344b4c4
parentfcc2d26e73192634dd05fb1b6800b5a063432feb
improve decl merging logic to be more correct with
functions.  Patch contributed by Nuno Lopes, thanks!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43757 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
test/Sema/merge-decls.c [new file with mode: 0644]