This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
ensure clang-tidy YML output file exists #10
Annotations
2 errors, 6 warnings, and 2 notices
|
|
test/demo/demo.cpp#L3
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
|
test/demo/demo.cpp#L8
use a trailing return type for this function
|
test/demo/demo.cpp#L10
statement should be inside braces
|
test/demo/demo.hpp#L6
use default member initializer for 'useless'
|
test/demo/demo.hpp#L7
use default member initializer for 'numb'
|
test/demo/demo.hpp#L11
use a trailing return type for this function
|
test/demo/demo.cpp#L1
File test/demo/demo.cpp does not conform to LLVM style guidelines. (lines 3, 8, 10, 13, 18)
|
test/demo/demo.hpp#L1
File test/demo/demo.hpp does not conform to LLVM style guidelines. (lines 1, 5, 6, 7, 8, 10, 11, 12, 31, 32, 34)
|
The logs for this run have expired and are no longer available.
Loading