Skip to content

Commit a875b60

Browse files
committed
fix some things
1 parent f725f1f commit a875b60

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

tests/.config/.cppcheck_suppression_list

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ useStlAlgorithm:../library/graphs/strongly_connected_components/add_edges_strong
2525
useStlAlgorithm:../library/math/matrix_related/row_reduce.hpp:28
2626
useStlAlgorithm:../library/math/count_paths/count_paths_triangle.hpp:24
2727
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered_intersection.hpp:10
28+
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered.hpp:16
2829
shadowFunction:../kactl/content/graph/BinaryLifting.h:17
2930
unknownMacro:../kactl/content/graph/BinaryLifting.h:18
3031
constParameter:../kactl/content/graph/BinaryLifting.h:29
@@ -51,8 +52,24 @@ syntaxError:../library/loops/submasks.hpp:7
5152
syntaxError:../library/loops/supermasks.hpp:8
5253
syntaxError:../library/math/prime_sieve/mobius.hpp:6
5354
syntaxError:../library/trees/lca_rmq/iterate_subtree.hpp:6
54-
constVariable:../kactl/content/graph/CompressTree.h:20
5555
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array.hpp:62
5656
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array_short.hpp:29
57+
knownConditionTrueFalse:../library/data_structures/dsu/kruskal_tree.hpp:15
5758
constVariable:../kactl/content/numerical/NumberTheoreticTransform.h:30
59+
constVariable:../kactl/content/graph/CompressTree.h:20
5860
functionStatic:../library/monotonic_stack/monotonic_stack.hpp:10
61+
constVariableReference:../kactl/content/graph/CompressTree.h:20
62+
constParameterReference:../library/data_structures/deque_op/queue_only.hpp:29
63+
constParameterReference:../library/data_structures/uncommon/priority_queue_of_updates.hpp:43
64+
constParameterReference:../kactl/stress-tests/utilities/genTree.h:8
65+
constParameterReference:../kactl/content/graph/BinaryLifting.h:29
66+
constParameterReference:../library/math/matrix_related/row_reduce.hpp:17
67+
constVariableReference:../library/flow/min_cost_max_flow.hpp:43
68+
constVariableReference:library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp:21
69+
constVariableReference:library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp:39
70+
constVariablePointer:../kactl/content/numerical/FastFourierTransform.h:39
71+
cstyleCast:../kactl/content/numerical/FastFourierTransform.h:39
72+
derefInvalidIterator:../library/data_structures/uncommon/linear_rmq.hpp:28
73+
derefInvalidIterator:library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp:13
74+
unreadVariable:library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp:12
75+
uninitvar:library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp:41

0 commit comments

Comments
 (0)