http://llvm.org/bugs/show_bug.cgi?id=7827
Fariborz Jahanian <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #4 from Fariborz Jahanian <[email protected]> 2010-09-24 12:33:58 CDT --- (In reply to comment #3) > Null pointers are handled special in AST by adding an implicit cast. I fixed > the special case. > I will look at the more common case today. Thanks for bringing it up. Much more involved. Implemented in TOT: http://llvm.org/viewvc/llvm-project?view=rev&revision=114737 -- 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
