Skip to content

4lab

4lab #3500

Triggered via pull request December 18, 2024 12:46
Status Success
Total duration 46s
Artifacts

clangtidy.yml

on: pull_request
cpp-linter
37s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 8 warnings, and 10 notices
Lab1C/lab1.c:1:10 [clang-diagnostic-error]: Lab1C/lab1.c#L1
'array.h' file not found
LibraryC/array.h:4:10 [clang-diagnostic-error]: LibraryC/array.h#L4
'stddef.h' file not found
LibraryC/stack.h:4:10 [clang-diagnostic-error]: LibraryC/stack.h#L4
'stdbool.h' file not found
Lab2C/lab2.c:24:23 [performance-no-int-to-ptr]: Lab2C/lab2.c#L24
integer to pointer cast pessimizes optimization opportunities
Lab2C/lab2.c:43:23 [performance-no-int-to-ptr]: Lab2C/lab2.c#L43
integer to pointer cast pessimizes optimization opportunities
Lab2C/lab2.c:48:27 [performance-no-int-to-ptr]: Lab2C/lab2.c#L48
integer to pointer cast pessimizes optimization opportunities
Lab2C/lab2.c:64:35 [performance-no-int-to-ptr]: Lab2C/lab2.c#L64
integer to pointer cast pessimizes optimization opportunities
Lab2C/lab2.c:77:35 [performance-no-int-to-ptr]: Lab2C/lab2.c#L77
integer to pointer cast pessimizes optimization opportunities
Lab3C/lab3.c:82:23 [performance-no-int-to-ptr]: Lab3C/lab3.c#L82
integer to pointer cast pessimizes optimization opportunities
LibraryC/Tests/array.cpp:20:27 [cppcoreguidelines-pro-type-cstyle-cast]: LibraryC/Tests/array.cpp#L20
do not use C-style cast to convert between unrelated types
LibraryC/Tests/vector.cpp:6:12 [cppcoreguidelines-pro-type-cstyle-cast]: LibraryC/Tests/vector.cpp#L6
do not use C-style cast to convert between unrelated types
Run clang-format on Lab1C/lab1.c: Lab1C/lab1.c#L1
File Lab1C/lab1.c does not conform to Custom style guidelines. (lines 28, 102)
Run clang-format on Lab2C/lab2.c: Lab2C/lab2.c#L1
File Lab2C/lab2.c does not conform to Custom style guidelines. (lines 1, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 104, 105)
Run clang-format on Lab4CPP/lab4.cpp: Lab4CPP/lab4.cpp#L1
File Lab4CPP/lab4.cpp does not conform to Custom style guidelines. (lines 1, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80)
Run clang-format on LibraryC/Tests/array.cpp: LibraryC/Tests/array.cpp#L1
File LibraryC/Tests/array.cpp does not conform to Custom style guidelines. (lines 1, 5, 6, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31)
Run clang-format on LibraryC/Tests/vector.cpp: LibraryC/Tests/vector.cpp#L1
File LibraryC/Tests/vector.cpp does not conform to Custom style guidelines. (lines 1, 4, 5, 6, 9, 10, 11, 14, 15, 16, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81)
Run clang-format on LibraryC/array.c: LibraryC/array.c#L1
File LibraryC/array.c does not conform to Custom style guidelines. (lines 3, 4, 5, 6, 7, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 48, 49, 50, 54, 55, 56, 57, 58, 59, 64, 65, 66)
Run clang-format on LibraryC/array.h: LibraryC/array.h#L1
File LibraryC/array.h does not conform to Custom style guidelines. (lines 4, 13)
Run clang-format on LibraryC/stack.c: LibraryC/stack.c#L1
File LibraryC/stack.c does not conform to Custom style guidelines. (lines 1, 6, 7, 11, 12, 13, 14, 15, 19, 20, 21, 25, 26, 27, 30, 31, 32, 33, 37, 38, 39, 42, 43, 44)
Run clang-format on LibraryC/stack.h: LibraryC/stack.h#L1
File LibraryC/stack.h does not conform to Custom style guidelines. (lines 5, 9, 11)
Run clang-format on LibraryCPPTemplate/Tests/graph.cpp: LibraryCPPTemplate/Tests/graph.cpp#L1
File LibraryCPPTemplate/Tests/graph.cpp does not conform to Custom style guidelines. (lines 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 143, 144, 145)