Skip to content

Commit d9ea41e

Browse files
committed
coping over changes which fixed cppcheck
1 parent 2ada4b6 commit d9ea41e

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

tests/.config/.cppcheck_suppression_list

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@ missingIncludeSystem
33
functionConst
44
assertWithSideEffect
55
unknownMacro
6+
constParameterReference
67
unusedStructMember:../library/flow/min_cost_max_flow.hpp
8+
unusedStructMember:../library/flow/dinic.hpp:15
79
unusedStructMember:../library/strings/suffix_array/find/match.hpp:10
8-
unusedStructMember:../library/trees/tree_lift/tree_lift.hpp:17
9-
unusedStructMember:../library/trees/ladder_decomposition/linear_kth_par.hpp:17
10-
unusedStructMember:../library/data_structures/dsu/dsu_bipartite.hpp:9
11-
unusedStructMember:../library/trees/linear_lca.hpp:15
12-
unusedScopedObject:../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp:12
13-
unusedScopedObject:library_checker_aizu_tests/cd_asserts.hpp:6
14-
unusedScopedObject:../library/trees/centroid_decomp_uncommon/count_paths_per_node.hpp:14
1510
unusedScopedObject:library_checker_aizu_tests/trees/centroid_path_dist.test.cpp:29
16-
unusedScopedObject:../library/trees/edge_centroid_decomp_uncommon/count_paths_per_length.hpp:13
1711
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_lca.test.cpp:20
18-
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_reroot_dp.test.cpp:49
1912
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:20
2013
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:58
2114
arrayIndexOutOfBoundsCond:library_checker_aizu_tests/math/linear_prime_sieve.test.cpp:17
@@ -25,6 +18,7 @@ useStlAlgorithm:../library/graphs/strongly_connected_components/add_edges_strong
2518
useStlAlgorithm:../library/math/matrix_related/row_reduce.hpp:28
2619
useStlAlgorithm:../library/math/count_paths/count_paths_triangle.hpp:24
2720
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered_intersection.hpp:10
21+
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered.hpp:16
2822
shadowFunction:../kactl/content/graph/BinaryLifting.h:17
2923
unknownMacro:../kactl/content/graph/BinaryLifting.h:18
3024
constParameter:../kactl/content/graph/BinaryLifting.h:29
@@ -36,10 +30,6 @@ constParameter:../library/data_structures/wavelet_merge/merge_sort_tree_updates.
3630
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp:49
3731
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp:53
3832
constParameter:../hackpack-cpp/content/number-theory/ModInt.h:45
39-
constParameter:../library/data_structures/deque_op/deque.hpp:10
40-
constParameter:../library/data_structures/deque_op/queue_only.hpp:29
41-
constParameter:../library/data_structures/uncommon/priority_queue_of_updates.hpp:43
42-
constParameter:../library/math/matrix_related/row_reduce.hpp:17
4333
constParameter:library_checker_aizu_tests/data_structures/rmq_inc.test.cpp:11
4434
variableScope:../kactl/content/number-theory/Factor.h:47
4535
syntaxError:../library/math/n_choose_k/pascals_identity.hpp:4
@@ -51,8 +41,23 @@ syntaxError:../library/loops/submasks.hpp:7
5141
syntaxError:../library/loops/supermasks.hpp:8
5242
syntaxError:../library/math/prime_sieve/mobius.hpp:6
5343
syntaxError:../library/trees/lca_rmq/iterate_subtree.hpp:6
54-
constVariable:../kactl/content/graph/CompressTree.h:20
5544
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array.hpp:62
5645
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array_short.hpp:29
46+
knownConditionTrueFalse:../library/data_structures/dsu/kruskal_tree.hpp:15
5747
constVariable:../kactl/content/numerical/NumberTheoreticTransform.h:30
48+
constVariable:../kactl/content/graph/CompressTree.h:20
5849
functionStatic:../library/monotonic_stack/monotonic_stack.hpp:10
50+
constVariableReference:../kactl/content/graph/CompressTree.h:20
51+
constVariableReference:../library/flow/min_cost_max_flow.hpp:43
52+
constVariableReference:library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp:21
53+
constVariableReference:library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp:39
54+
constVariableReference:../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp:34
55+
constVariablePointer:../kactl/content/numerical/FastFourierTransform.h:39
56+
cstyleCast:../kactl/content/numerical/FastFourierTransform.h:39
57+
derefInvalidIterator:../library/data_structures/uncommon/linear_rmq.hpp:28
58+
derefInvalidIterator:library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp:13
59+
unreadVariable:library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp:12
60+
uninitvar:library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp:41
61+
unusedFunction:../kactl/content/data-structures/UnionFind.h:14
62+
unusedFunction:../kactl/content/number-theory/ModPow.h:13
63+
unusedFunction:../kactl/stress-tests/utilities/genTree.h:49

0 commit comments

Comments
 (0)