http://llvm.org/bugs/show_bug.cgi?id=3817
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Douglas Gregor <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
