]> granicus.if.org Git - clang/commit
In C99, emit an inline function when encountering an extern redeclaration.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 18 Jul 2011 05:26:13 +0000 (05:26 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 18 Jul 2011 05:26:13 +0000 (05:26 +0000)
commitdce67a70a86db8758c926a76fdd980f5369d5746
tree09c44f9dc494113bc9e18f99996d922e31b86b80
parent2acc6e3feda5e4f7d9009bdcf8b1cd777fecfe2d
In C99, emit an inline function when encountering an extern redeclaration.
Fixes PR10233!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135377 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