Username update #88
Annotations
10 errors, 10 warnings, and 10 notices
/src/c/cat.c:13:10 [clang-diagnostic-error]:
src/c/cat.c#L13
'config.h' file not found
|
/src/c/cp.c:15:10 [clang-diagnostic-error]:
src/c/cp.c#L15
'config.h' file not found
|
/src/c/date.c:9:10 [clang-diagnostic-error]:
src/c/date.c#L9
'config.h' file not found
|
/src/c/echo.c:13:10 [clang-diagnostic-error]:
src/c/echo.c#L13
'config.h' file not found
|
/src/c/ls.c:16:10 [clang-diagnostic-error]:
src/c/ls.c#L16
'config.h' file not found
|
/src/c/mkdir.c:14:10 [clang-diagnostic-error]:
src/c/mkdir.c#L14
'config.h' file not found
|
/src/c/mv.c:17:10 [clang-diagnostic-error]:
src/c/mv.c#L17
'config.h' file not found
|
/src/c/pwd.c:14:10 [clang-diagnostic-error]:
src/c/pwd.c#L14
'config.h' file not found
|
/src/c/rm.c:17:10 [clang-diagnostic-error]:
src/c/rm.c#L17
'config.h' file not found
|
/src/c/rmdir.c:17:10 [clang-diagnostic-error]:
src/c/rmdir.c#L17
'config.h' file not found
|
/include/config.h:15:9 [cppcoreguidelines-macro-usage]:
include/config.h#L15
macro 'VERSION_MAJOR' used to declare a constant; consider using a 'constexpr' constant
|
/include/config.h:16:9 [cppcoreguidelines-macro-usage]:
include/config.h#L16
macro 'VERSION_MINOR' used to declare a constant; consider using a 'constexpr' constant
|
/include/config.h:17:9 [cppcoreguidelines-macro-usage]:
include/config.h#L17
macro 'VERSION_PATCH' used to declare a constant; consider using a 'constexpr' constant
|
/include/config.h:18:9 [cppcoreguidelines-macro-usage]:
include/config.h#L18
macro 'EXTRA_VERSION' used to declare a constant; consider using a 'constexpr' constant
|
/src/c/cat.c:9:10 [modernize-deprecated-headers]:
src/c/cat.c#L9
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
|
/src/c/cat.c:10:10 [modernize-deprecated-headers]:
src/c/cat.c#L10
inclusion of deprecated C++ header 'stdlib.h'; consider using 'cstdlib' instead
|
/src/c/cat.c:11:10 [modernize-deprecated-headers]:
src/c/cat.c#L11
inclusion of deprecated C++ header 'string.h'; consider using 'cstring' instead
|
/src/c/cat.c:15:5 [modernize-use-trailing-return-type]:
src/c/cat.c#L15
use a trailing return type for this function
|
/src/c/cat.c:17:17 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/c/cat.c#L17
do not use pointer arithmetic
|
/src/c/cat.c:17:47 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/c/cat.c#L17
do not use pointer arithmetic
|
Run clang-format on src/c/cat.c:
src/c/cat.c#L1
File src/c/cat.c does not conform to LLVM style guidelines. (lines 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39)
|
Run clang-format on src/c/cp.c:
src/c/cp.c#L1
File src/c/cp.c does not conform to LLVM style guidelines. (lines 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50)
|
Run clang-format on src/c/date.c:
src/c/date.c#L1
File src/c/date.c does not conform to LLVM style guidelines. (lines 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 27, 28)
|
Run clang-format on src/c/echo.c:
src/c/echo.c#L1
File src/c/echo.c does not conform to LLVM style guidelines. (lines 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29)
|
Run clang-format on src/c/ls.c:
src/c/ls.c#L1
File src/c/ls.c does not conform to LLVM style guidelines. (lines 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)
|
Run clang-format on src/c/mkdir.c:
src/c/mkdir.c#L1
File src/c/mkdir.c does not conform to LLVM style guidelines. (lines 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29)
|
Run clang-format on src/c/mv.c:
src/c/mv.c#L1
File src/c/mv.c does not conform to LLVM style guidelines. (lines 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33)
|
Run clang-format on src/c/pwd.c:
src/c/pwd.c#L1
File src/c/pwd.c does not conform to LLVM style guidelines. (lines 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30)
|
Run clang-format on src/c/rm.c:
src/c/rm.c#L1
File src/c/rm.c does not conform to LLVM style guidelines. (lines 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32)
|
Run clang-format on src/c/rmdir.c:
src/c/rmdir.c#L1
File src/c/rmdir.c does not conform to LLVM style guidelines. (lines 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)
|