Annotations
2 errors and 18 warnings
Check for trailing whitespaces
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Check for trailing whitespaces:
src/Gui/CMakeLists.txt#L98
<-- trailing whitespace
|
Cpplint:
src/Gui/FramelessWindow.cpp#L72
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L73
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L114
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L170
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L171
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Clazy:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [-Wcomment]
|
Clazy:
src/Gui/FramelessWindow.cpp#L28
Q_OS_WIN should be true [-W#pragma-messages]
|
Clazy:
src/Gui/FramelessWindow.cpp#L29
Include qglobal.h before testing Q_OS_ macros [-Wclazy-qt-macros]
|
Clazy:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [-Wcomment]
|
Clazy:
src/Gui/CustomTitleBar.h#L2
'/*' within block comment [-Wcomment]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [clang-diagnostic-comment]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L28
Q_OS_WIN should be true [clang-diagnostic-#pragma-messages]
|
Loading