sparrow::nullable implementation #562
Annotations
10 warnings and 7 notices
test/array_data_creation.cpp:19:25 [modernize-use-trailing-return-type]:
test/array_data_creation.cpp#L19
use a trailing return type for this function
|
test/array_data_creation.cpp:41:15 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
test/array_data_creation.cpp#L41
do not use pointer arithmetic
|
test/test_fixed_size_layout.cpp:34:20 [modernize-use-trailing-return-type]:
test/test_fixed_size_layout.cpp#L34
use a trailing return type for this function
|
|
|
test/test_fixed_size_layout.cpp:87:13 [modernize-loop-convert]:
test/test_fixed_size_layout.cpp#L87
use range-based for loop instead
|
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_array_data.cpp:61:19 [modernize-use-trailing-return-type]:
test/test_array_data.cpp#L61
use a trailing return type for this function
|
test/test_array_data.cpp:63:13 [cppcoreguidelines-pro-type-vararg]:
test/test_array_data.cpp#L63
do not call c-style vararg functions
|
Run clang-format on test/test_nullable.cpp:
test/test_nullable.cpp#L1
File test/test_nullable.cpp does not conform to Custom style guidelines. (lines 32, 213, 287, 482, 512, 696)
|
Run clang-format on examples/typed_array.cpp:
examples/typed_array.cpp#L1
File examples/typed_array.cpp does not conform to Custom style guidelines. (lines 7, 10, 18, 22, 42, 48, 49, 51)
|
Run clang-format on test/junit_xml_writer.hpp:
test/junit_xml_writer.hpp#L1
File test/junit_xml_writer.hpp does not conform to Custom style guidelines. (lines 69, 183)
|
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)
|
Run clang-format on include/sparrow/nullable.hpp:
include/sparrow/nullable.hpp#L1
File include/sparrow/nullable.hpp does not conform to Custom style guidelines. (lines 30, 94, 105, 106, 110, 111, 115, 119, 123, 124, 128, 132, 136, 143, 144, 148, 149, 153, 154, 155, 158, 159, 160, 186, 192, 198, 200, 201, 202, 203, 205, 214, 215, 216, 217, 219, 220, 228, 229, 230, 231, 233, 270, 271, 272, 273, 289, 290, 291, 292, 293, 309, 310, 311, 312, 313, 325, 327, 330, 332, 335, 337, 340, 366, 371, 372, 400, 403, 406, 419, 422, 441, 444, 460, 480, 484, 494, 502, 504, 511, 526, 553, 561, 562, 563, 588)
|
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/mp_utils.hpp:
include/sparrow/mp_utils.hpp#L1
File include/sparrow/mp_utils.hpp does not conform to Custom style guidelines. (lines 359)
|