Test #1568
Annotations
3 errors, 1 warning, and 2 notices
array.cpp:88:2 [clang-diagnostic-error]:
array.cpp#L88
use of undeclared identifier 'srand'
|
array.cpp:94:16 [clang-diagnostic-error]:
array.cpp#L94
use of undeclared identifier 'rand'
|
array.h:4:10 [clang-diagnostic-error]:
array.h#L4
'cstddef' file not found
|
cpp-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run clang-format on array.cpp:
array.cpp#L1
File array.cpp does not conform to Custom style guidelines. (lines 5, 6, 7, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 48, 49, 50, 51, 52, 57, 58, 59, 60, 61, 62, 63, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 86, 87, 88, 90, 92, 93, 94, 95, 96)
|
Run clang-format on array.h:
array.h#L1
File array.h does not conform to Custom style guidelines. (lines 28, 30)
|