[PATCH] Fix for bug 17427 - Assertion failed: "Computed __func__ length differs from type!"

Reid Kleckner rnk at google.com
Tue Sep 16 11:03:11 PDT 2014


Coincidentally, I looked at this code the other day. IMO running the mangler twice for __FUNCDNAME__ is silly. Is there a problem with computing the string in Sema and storing it on the PredefinedExpr? It looks like we always have to do this just to build the type.

http://reviews.llvm.org/D5365






More information about the cfe-commits mailing list