https://llvm.org/bugs/show_bug.cgi?id=23916
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #6 from Dimitry Andric <[email protected]> --- This is normal C99 behaviour, please refer to: http://clang.llvm.org/compatibility.html#inline Executive summary: in C, use 'static inline' or 'extern inline', never just 'inline'. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
