Fix data movement task dependencies with clang-formatting #18
Annotations
10 errors, 10 warnings, and 2 notices
src/c/backend/include/device.hpp#L29
use of class template 'std::array' requires template arguments
|
src/c/backend/include/device.hpp#L32
non-type template argument is not a constant expression
|
src/c/backend/include/device_manager.hpp#L129
non-type template argument is not a constant expression
|
src/c/backend/include/parray_tracker.hpp#L8
'include/device_manager.hpp' file not found
|
src/c/backend/include/resources.hpp#L17
no namespace named 'string_view_literals' in namespace 'std::literals'; did you mean 'string_literals'?
|
src/c/backend/include/resources.hpp#L57
use of class template 'std::array' requires template arguments
|
src/c/backend/include/resources.hpp#L57
no matching literal operator for call to 'operator""sv' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
|
src/c/backend/include/resources.hpp#L57
no matching literal operator for call to 'operator""sv' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
|
src/c/backend/include/resources.hpp#L57
no matching literal operator for call to 'operator""sv' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
|
src/c/backend/include/device.hpp#L29
use of class template 'std::array' requires template arguments
|
src/c/backend/include/phases.hpp#L58
constructor does not initialize these fields: status
|
src/c/backend/include/phases.hpp#L60
member variable 'size' has protected visibility
|
src/c/backend/include/phases.hpp#L61
member variable 'name' has public visibility
|
src/c/backend/include/phases.hpp#L64
member variable 'status' has public visibility
|
src/c/backend/include/phases.hpp#L67
constructor does not initialize these fields: status
|
src/c/backend/include/phases.hpp#L67
the parameter 'name' is copied for each invocation but only used as a const reference; consider making it a const reference
|
src/c/backend/include/phases.hpp#L81
return type 'const int' is 'const'-qualified at the top level, which may reduce code readability without improving const correctness
|
src/c/backend/include/phases.hpp#L81
use a trailing return type for this function
|
src/c/backend/include/phases.hpp#L104
constructor does not initialize these fields: scheduler, device_manager, enqueue_buffer
|
src/c/backend/include/phases.hpp#L113
constructor does not initialize these fields: enqueue_buffer
|
src/c/backend/include/runtime.hpp#L1
File src/c/backend/include/runtime.hpp does not conform to LLVM style guidelines. (lines 303, 635)
|
src/c/backend/phases.cpp#L1
File src/c/backend/phases.cpp does not conform to LLVM style guidelines. (lines 238, 270, 273, 278, 280, 281, 288, 290, 316)
|
The logs for this run have expired and are no longer available.
Loading