mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Fix clang-tidy modernize-pass-by-value findings
This commit is contained in:
parent
46e67a749a
commit
5930d2f944
22 changed files with 37 additions and 40 deletions
|
@ -45,7 +45,7 @@ using DeltaVector = std::vector<std::unique_ptr<ValDelta>>;
|
|||
// be readily compared against future instances.
|
||||
class ValTrace {
|
||||
public:
|
||||
ValTrace(const ValPtr& v);
|
||||
ValTrace(ValPtr v);
|
||||
~ValTrace() = default;
|
||||
|
||||
const ValPtr& GetVal() const { return v; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue