http://llvm.org/bugs/show_bug.cgi?id=9206
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Chris Lattner <[email protected]> 2011-02-13 12:41:43 CST --- Hi Reid, This is one feature that we really do not want to implement. Besides adding a bunch of complexity, among other things this makes parser error recovery worse: you don't know if you're entering a nested function or if a missing } happened. -- 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
