[PATCH] D54055: CGDecl::emitStoresForConstant fix synthesized constant's name
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 14 12:53:20 PST 2018
jfb added a comment.
Small update to use `std::string` because `Twine` lifetimes are sad. This didn't trigger on any of the tests, but did in a stage2 build.
Repository:
rC Clang
https://reviews.llvm.org/D54055
More information about the cfe-commits
mailing list