https://bugs.llvm.org/show_bug.cgi?id=33768
Dimitry Andric <dimi...@andric.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dimi...@andric.com
Resolution|--- |INVALID
--- Comment #1 from Dimitry Andric <dimi...@andric.com> ---
This is not a bug. For C, use either "static inline" or "extern inline", never
plain "inline".
Background information:
https://stackoverflow.com/questions/6312597/is-inline-without-static-or-extern-ever-useful-in-c99
and:
http://www.greenend.org.uk/rjk/tech/inline.html
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs