Depends on D102580
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Demangle/RustDemangle.cpp | ||
---|---|---|
500–507 | Rather than using print and going back to modify the data - I think it might be nicer if this re-implemented print instead (it's simple enough - the error check and !Print check, seem OK). It does mean one more place printing things - but this loop/manipulation of the buffer is akin to "printing" something, and in a more surprising way. |
Rather than using print and going back to modify the data - I think it might be nicer if this re-implemented print instead (it's simple enough - the error check and !Print check, seem OK). It does mean one more place printing things - but this loop/manipulation of the buffer is akin to "printing" something, and in a more surprising way.