Go to file
Chris Lattner f8dc07369a Fix some mishandling of the attr(gnu_inline) mode when used with
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
2009-04-22 00:03:30 +00:00
clang Fix some mishandling of the attr(gnu_inline) mode when used with 2009-04-22 00:03:30 +00:00
llvm use predicate instead of hand-rolled loop 2009-04-21 23:37:18 +00:00