Skip to content
  • Chris Lattner's avatar
    Fix some mishandling of the attr(gnu_inline) mode when used with · f8dc0736
    Chris Lattner authored
    extern.  Previously we would warn about it and ignore the attribute.
    This is incorrect, it should be handled as a c89 "extern inline" 
    function.  Many thanks to Matthieu Castet for pointing this out and
    beating me over the head until I got it.
    
    PR3988: extern inline function are not externally visible
    llvm-svn: 69756
    f8dc0736
Loading