[PATCH] D24704: PR30401: Fix substitutions for functions with abi_tag
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 18 10:48:46 PDT 2016
rsmith added inline comments.
================
Comment at: lib/AST/ItaniumMangle.cpp:668
@@ -664,3 +667,3 @@
llvm::raw_svector_ostream FunctionEncodingStream(FunctionEncodingBuf);
CXXNameMangler FunctionEncodingMangler(*this, FunctionEncodingStream);
// Output name of the function.
----------------
Maybe it'd be simpler to just override the output stream here rather than creating a new mangler?
https://reviews.llvm.org/D24704
More information about the cfe-commits
mailing list