[LLVMbugs] [Bug 23916] Clang doesn't like 'void inline'. Regression wrt. gcc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 23 08:07:19 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23916
Dimitry Andric <dimitry at andric.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dimitry at andric.com
Resolution|--- |INVALID
--- Comment #6 from Dimitry Andric <dimitry at andric.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150623/78881720/attachment.html>
More information about the llvm-bugs
mailing list