[LLVMbugs] [Bug 3817] bad handling of "functions without prototype"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Mar 19 11:18:42 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3817
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Douglas Gregor <dgregor at apple.com> 2009-03-19 13:18:41 ---
Almost! We really need to check (explicitly) whether the function type we have
came from a typedef, because both K&R definitions and functions with prototypes
will have 'R' be a FunctionProtoType. Fix committed here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090316/014216.html
--
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