mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
clang-analyzer-cplusplus.Move
This commit is contained in:
parent
00a5ff1c67
commit
9987ecd4a0
@ -185,8 +185,8 @@ void findPaths(const NGHolder &g, CorpusProperties &cProps,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p && !contains(one_way_in, v) &&
|
if (!contains(one_way_in, v) &&
|
||||||
has_greater_than(p->begin(), p->end(), v, cycleLimit)) {
|
has_greater_than(p->begin(), p->end(), v, cycleLimit)) { //NOLINT (clang-analyzer-cplusplus.Move)
|
||||||
// Note that vertices that only have one predecessor don't need
|
// Note that vertices that only have one predecessor don't need
|
||||||
// their cycle limit checked, as their predecessors will have
|
// their cycle limit checked, as their predecessors will have
|
||||||
// the same count.
|
// the same count.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user