Update DrawSketchHandlerCarbonCopy #1062
Annotations
2 errors and 16 warnings
Codespell
Process completed with exit code 2.
|
Cpplint
Process completed with exit code 2.
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
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]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/Mod/Sketcher/Gui/DrawSketchHandlerCarbonCopy.h#L47
redundant 'geometryCreationMode' declaration [readability-redundant-declaration]
|
Clang-tidy:
src/Mod/Sketcher/Gui/DrawSketchHandlerCarbonCopy.h#L63
use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
|
Clang-tidy:
src/Mod/Sketcher/Gui/DrawSketchHandlerCarbonCopy.h#L71
variable 'msg' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Mod/Sketcher/Gui/DrawSketchHandlerCarbonCopy.h#L73
multiple declarations in a single statement reduces readability [readability-isolate-declaration]
|
Clang-tidy:
src/Mod/Sketcher/Gui/DrawSketchHandlerCarbonCopy.h#L121
class 'DrawSketchHandlerCarbonCopy' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Mod/Sketcher/Gui/DrawSketchHandlerCarbonCopy.h#L204
variable 'viewer' is not initialized [cppcoreguidelines-init-variables]
|
Loading