]> granicus.if.org Git - clang/commit
A redeclaration of an inline method in C99 mode should trigger emission of that
authorNick Lewycky <nicholas@mxc.ca>
Thu, 7 Jul 2011 20:25:10 +0000 (20:25 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 7 Jul 2011 20:25:10 +0000 (20:25 +0000)
commit2357aeec0da2740838963880edd97e43f14cb6fd
treeb54cd95afed8b1fef6506a3b7ab8d7c75a6a608b
parentc5f90c2250f20037e604e849044442d70573507e
A redeclaration of an inline method in C99 mode should trigger emission of that
function. Fixes PR10233!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134634 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/ASTContext.cpp
lib/AST/Decl.cpp
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/inline.c