]> granicus.if.org Git - clang/commit
Fix for merging decls in pragma weak
authorAlexander Musman <alexander.musman@gmail.com>
Thu, 26 Nov 2015 09:34:30 +0000 (09:34 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Thu, 26 Nov 2015 09:34:30 +0000 (09:34 +0000)
commitf4db326a17df0b0b5b87ad3e9eee073da0747c33
tree41a7a91857d3633ab3cff169730e7753216f984a
parent3651ab647dbec78a101ac6ccca7caa3b341a0216
Fix for merging decls in pragma weak
Calling CheckFunctionDeclaration so that 2 decls for the 'weak' are merged.
Differential Revision: http://reviews.llvm.org/D13048

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/pragma-weak.c
test/Sema/pragma-weak.c