]> granicus.if.org Git - clang/commit
Allow redefinitions of extern inline functions in GNU89 mode, just as GCC
authorCharles Davis <cdavis@mines.edu>
Thu, 18 Feb 2010 02:00:42 +0000 (02:00 +0000)
committerCharles Davis <cdavis@mines.edu>
Thu, 18 Feb 2010 02:00:42 +0000 (02:00 +0000)
commitf3f8d2a52ebc0acbe6269a0302f90c21668e2404
treebbd2c028bdc332ac8291a1f084d40ae815b54e7e
parentb4677b62a8e9bba0913dfe1456bd9d689cdbccac
Allow redefinitions of extern inline functions in GNU89 mode, just as GCC
does. Fixes PR5253.

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