Represent different remark concepts as strings by overloading the <<
operator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155058
[Remark] Overload `<<` for Remark, RemarkType and RemarkLocation. ClosedPublic Authored by zjaffal on Jul 12 2023, 2:48 AM.
Details Summary Represent different remark concepts as strings by overloading the <<
Diff Detail
Event Timelinethegameg added inline comments. This revision is now accepted and ready to land.Jul 17 2023, 3:16 AM Closed by commit rG3161db8ca07e: [Remark] Overload `<<` for Remark, RemarkType and RemarkLocation. (authored by zjaffal). · Explain WhyJul 24 2023, 6:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543524 llvm/include/llvm/Remarks/Remark.h
llvm/lib/Remarks/Remark.cpp
|
Doesn't look like you need the grouping here. Similar comment below.