http://llvm.org/bugs/show_bug.cgi?id=21864
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Reid Kleckner <[email protected]> --- I think the assert is valid, we shouldn't make these nodes with an empty NNS location. It turns out we were forming these while recovering from errors. The other error recovery paths simply return ExprError(), so let's do that in r224451. -- 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
