forwarding #51
Annotations
10 warnings and 10 notices
include/sparrow/c_interface.hpp:66:16 [performance-enum-size]:
include/sparrow/c_interface.hpp#L66
enum 'ArrowFlag' uses a larger base type ('int64_t' (aka 'long'), size: 8 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size
|
include/sparrow/external_array.hpp:64:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L64
function 'empty' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:65:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L65
function 'size' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:67:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L67
function 'at' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:70:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L70
function 'front' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:71:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L71
function 'back' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:73:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L73
function 'begin' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:74:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L74
function 'end' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:76:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L76
function 'cbegin' should be marked [[nodiscard]]
|
include/sparrow/external_array.hpp:77:9 [modernize-use-nodiscard]:
include/sparrow/external_array.hpp#L77
function 'cend' should be marked [[nodiscard]]
|
Run clang-format on include/sparrow/c_interface.hpp:
include/sparrow/c_interface.hpp#L1
File include/sparrow/c_interface.hpp does not conform to Custom style guidelines. (lines 110)
|
Run clang-format on include/sparrow/external_array.hpp:
include/sparrow/external_array.hpp#L1
File include/sparrow/external_array.hpp does not conform to Custom style guidelines. (lines 97, 98, 99)
|
Run clang-format on include/sparrow/array.hpp:
include/sparrow/array.hpp#L1
File include/sparrow/array.hpp does not conform to Custom style guidelines. (lines 17, 118, 131)
|
Run clang-format on include/sparrow/array/typed_array.hpp:
include/sparrow/array/typed_array.hpp#L1
File include/sparrow/array/typed_array.hpp does not conform to Custom style guidelines. (lines 53, 59, 85, 87, 101, 104, 105, 106, 107, 117, 119, 241, 256, 264, 268, 272, 276, 280, 284, 288, 292, 300, 314, 315, 316, 317, 319, 321, 323, 328, 330, 334, 518, 525, 526)
|
Run clang-format on include/sparrow/array/array_data_concepts.hpp:
include/sparrow/array/array_data_concepts.hpp#L1
File include/sparrow/array/array_data_concepts.hpp does not conform to Custom style guidelines. (lines 64)
|
Run clang-format on include/sparrow/array/array_data.hpp:
include/sparrow/array/array_data.hpp#L1
File include/sparrow/array/array_data.hpp does not conform to Custom style guidelines. (lines 76, 150)
|
Run clang-format on include/sparrow/array/data_type.hpp:
include/sparrow/array/data_type.hpp#L1
File include/sparrow/array/data_type.hpp does not conform to Custom style guidelines. (lines 139, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 194, 198, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 237, 257, 316, 369, 373)
|
Run clang-format on include/sparrow/array/data_storages.hpp:
include/sparrow/array/data_storages.hpp#L1
File include/sparrow/array/data_storages.hpp does not conform to Custom style guidelines. (lines 23)
|
Run clang-format on include/sparrow/array/array_data_factory.hpp:
include/sparrow/array/array_data_factory.hpp#L1
File include/sparrow/array/array_data_factory.hpp does not conform to Custom style guidelines. (lines 17, 467, 472, 476, 480, 490, 502, 509, 514, 517, 521, 523, 524, 525, 527)
|
Run clang-format on include/sparrow/array/array_common.hpp:
include/sparrow/array/array_common.hpp#L1
File include/sparrow/array/array_common.hpp does not conform to Custom style guidelines. (lines 84, 91, 96, 97, 98, 99, 100, 154, 174, 306, 308)
|