We are not doing this very often, but sometimes it's convenient when I can just << ConstStrings into llvm::errs() during testing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
As we start using raw_ostreams more, we'll probably also want to do this more often. So, lgtm.
lldb/include/lldb/Utility/ConstString.h | ||
---|---|---|
495 | I believe a decision was made a while back to pass around ConstStrings as values. |
I believe a decision was made a while back to pass around ConstStrings as values.