FYI: I'm investigating how to deal with the constraint that `__func__` is the same object throughout a function; it's not supported by current ABIs, and it's not even clear that it's supportable without *extreme* heroics. On that basis, I think it's fine to continue treating `__func__` like a string literal for now (that is, two different `__func__`s can evaluate to different arrays).
http://reviews.llvm.org/D5365 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
