mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Mark a few clang-tidy findings as false-positive
This commit is contained in:
parent
d23b15c08f
commit
3572e38ec2
4 changed files with 9 additions and 1 deletions
|
@ -436,7 +436,7 @@ unsigned int Specific_RE_Matcher::MemoryAllocation() const
|
|||
+ equiv_class.Size() - padded_sizeof(EquivClass)
|
||||
+ (dfa ? dfa->MemoryAllocation() : 0) // this is ref counted; consider the bytes here?
|
||||
+ padded_sizeof(*any_ccl)
|
||||
+ padded_sizeof(*accepted)
|
||||
+ padded_sizeof(*accepted) // NOLINT(bugprone-sizeof-container)
|
||||
+ accepted->size() * padded_sizeof(AcceptingSet::key_type);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue