Skip to content

Update typed_array.hpp #17

Update typed_array.hpp

Update typed_array.hpp #17

Triggered via push July 1, 2024 11:36
Status Success
Total duration 3m 58s
Artifacts

analysis.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 2 notices
test/test_array.cpp:29:20 [modernize-use-trailing-return-type]: test/test_array.cpp#L29
use a trailing return type for this function
test/test_array.cpp:36:11 [modernize-use-trailing-return-type]: test/test_array.cpp#L36
use a trailing return type for this function
test/test_typed_array.cpp:91:28 [performance-unnecessary-copy-initialization]: test/test_typed_array.cpp#L91
local copy 'ta2' of the variable 'ta1' is never modified; consider avoiding the copy
test/test_dynamic_bitset.cpp:28:13 [cppcoreguidelines-owning-memory]: test/test_dynamic_bitset.cpp#L28
assigning newly created 'gsl::owner<>' to non-owner 'std::uint8_t *' (aka 'unsigned char *')
test/test_dynamic_bitset.cpp:33:13 [cppcoreguidelines-prefer-member-initializer]: test/test_dynamic_bitset.cpp#L33
'm_null_count' should be initialized in an in-class default member initializer
Run clang-format on include/sparrow/typed_array.hpp: include/sparrow/typed_array.hpp#L1
File include/sparrow/typed_array.hpp does not conform to Custom style guidelines. (lines 468, 471, 472, 478, 479)
Run clang-format on include/sparrow/data_type.hpp: include/sparrow/data_type.hpp#L1
File include/sparrow/data_type.hpp does not conform to Custom style guidelines. (lines 130, 164)