[LLVMbugs] [Bug 3941] Invalid use of inline not diagnosed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 22 21:53:47 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=3941
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Chris Lattner <clattner at apple.com> 2011-03-22 23:53:46 CDT ---
John implemented this in r128118:
t.c:1:1: warning: 'inline' ignored on this declaration
inline enum { e = 2 };
^
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list