[llvm] Remark Util introduce remark count (PR #66214)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 05:50:01 PDT 2023
================
@@ -132,7 +136,7 @@ struct Remark {
/// In order to avoid unwanted copies, "delete" the copy constructor.
/// If a copy is needed, it should be done through `Remark::clone()`.
Remark(const Remark &) = default;
- Remark& operator=(const Remark &) = default;
----------------
fhahn wrote:
unrelated formatting change?
https://github.com/llvm/llvm-project/pull/66214
More information about the llvm-commits
mailing list