Skip to content

variable_size_binary_layout inner ref #457

variable_size_binary_layout inner ref

variable_size_binary_layout inner ref #457

Triggered via pull request June 27, 2024 15:41
Status Success
Total duration 3m 49s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 2 notices
include/sparrow/dynamic_bitset.hpp:195:11 [cppcoreguidelines-special-member-functions]: include/sparrow/dynamic_bitset.hpp#L195
class 'bitset_reference' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor
include/sparrow/dynamic_bitset.hpp:228:21 [cppcoreguidelines-avoid-const-or-ref-data-members]: include/sparrow/dynamic_bitset.hpp#L228
member 'm_block' of type 'block_type &' (aka 'typename B::block_type &') is a reference
include/sparrow/dynamic_bitset.hpp:484:15 [modernize-use-auto]: include/sparrow/dynamic_bitset.hpp#L484
use auto when initializing with a cast to avoid duplicating the type name
Run clang-format on include/sparrow/variable_size_binary_layout.hpp: include/sparrow/variable_size_binary_layout.hpp#L1
File include/sparrow/variable_size_binary_layout.hpp does not conform to Custom style guidelines. (lines 98, 176, 298, 301, 302, 303, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 345)
Run clang-format on test/test_variable_size_binary_layout.cpp: test/test_variable_size_binary_layout.cpp#L1
File test/test_variable_size_binary_layout.cpp does not conform to Custom style guidelines. (lines 83, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170)