+ case PredefinedExpr::LFunction: OS << " L__FUNCTION__"; break;
Minor nitpick: On the diff this seems one space misaligned from the other statements. Can't review the code gen part since I'm not too familiar with that part of Clang yet. Apart from that it looks OK to me (with Aaron's fixes). -- João Matos _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
