Activate clang format hook (#317) #1927
Annotations
10 errors, 10 warnings, and 10 notices
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L67
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L68
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L72
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L73
use of undeclared identifier 'buffer'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L73
expected expression
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L74
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L90
member initializer 'holder_type' does not name a non-static data member or base class
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L91
use of undeclared identifier 'holder_type'
|
Run C++ analysis:
include/sparrow/buffer/u8_buffer.hpp#L97
member initializer 'holder_type' does not name a non-static data member or base class
|
Run C++ analysis:
include/sparrow/array.hpp#L24
forwarding reference parameter 'a' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/array.hpp#L79
forwarding reference parameter 'a' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/array.hpp#L85
forwarding reference parameter 'a' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/array.hpp#L91
forwarding reference parameter 'a' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/arrow_array_schema_proxy.hpp#L453
forwarding reference parameter 'arrow_arrays_and_schemas' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/arrow_array_schema_proxy.hpp#L482
avoid do-while loops
|
Run C++ analysis:
include/sparrow/arrow_array_schema_proxy.hpp#L482
do not call c-style vararg functions
|
Run C++ analysis:
include/sparrow/record_batch.hpp#L45
class 'record_batch' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor
|
Run C++ analysis:
include/sparrow/record_batch.hpp#L164
forwarding reference parameter 'names' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/record_batch.hpp#L164
forwarding reference parameter 'columns' is never forwarded inside the function body
|
Run C++ analysis:
include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp#L1
File include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp does not conform to Custom style guidelines. (lines 185)
|
Run C++ analysis:
include/sparrow/layout/array_bitmap_base.hpp#L1
File include/sparrow/layout/array_bitmap_base.hpp does not conform to Custom style guidelines. (lines 187, 188, 189, 190, 202)
|
Run C++ analysis:
include/sparrow/layout/primitive_array.hpp#L1
File include/sparrow/layout/primitive_array.hpp does not conform to Custom style guidelines. (lines 498)
|
Run C++ analysis:
include/sparrow/layout/union_array.hpp#L1
File include/sparrow/layout/union_array.hpp does not conform to Custom style guidelines. (lines 253)
|
Run C++ analysis:
include/sparrow/layout/struct_layout/struct_value.hpp#L1
File include/sparrow/layout/struct_layout/struct_value.hpp does not conform to Custom style guidelines. (lines 68)
|
Run C++ analysis:
include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp does not conform to Custom style guidelines. (lines 382)
|
Run C++ analysis:
include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp does not conform to Custom style guidelines. (lines 117)
|
Run C++ analysis:
include/sparrow/layout/list_layout/list_array.hpp#L1
File include/sparrow/layout/list_layout/list_array.hpp does not conform to Custom style guidelines. (lines 683)
|
Run C++ analysis:
include/sparrow/layout/list_layout/list_value.hpp#L1
File include/sparrow/layout/list_layout/list_value.hpp does not conform to Custom style guidelines. (lines 63)
|
Run C++ analysis:
src/struct_value.cpp#L1
File src/struct_value.cpp does not conform to Custom style guidelines. (lines 66)
|
Loading