PartDesign: Fix App::Line as ref for polar pattern #174
Annotations
13 errors and 26 warnings
Check for trailing whitespaces
Process completed with exit code 1.
|
Check for Tab usage
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Clazy
no matching function for call to '__begin'
|
Clazy
no matching function for call to '__begin'
|
Clazy
constraints not satisfied for alias template 'sentinel_t' [with _Range = std::ranges::subrange<const wchar_t *, const wchar_t *, std::ranges::subrange_kind::sized>]
|
Clazy
constraints not satisfied for alias template 'sentinel_t' [with _Range = const std::ranges::subrange<const wchar_t *, const wchar_t *, std::ranges::subrange_kind::sized>]
|
Clazy
no matching function for call to 'begin'
|
Clazy
no matching function for call to object of type 'const struct _Decay_copy'
|
Clazy
noexcept specifier argument is not a constant expression
|
Clazy
no matching function for call to 'begin'
|
Clazy
constraints not satisfied for class template '_Utf_view' [with _ToFormat = char32_t, _Range = std::ranges::subrange<const wchar_t *, const wchar_t *, std::ranges::subrange_kind::sized>]
|
Clazy
no matching function for call to '__begin'
|
Cpplint:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L62
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L74
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
Cpplint:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L244
Namespace should be terminated with "// namespace PartDesign" [readability/namespace] [5]
|
Cpplint:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L101
Add #include <string> for string [build/include_what_you_use] [4]
|
Cpplint:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L101
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Cpplint:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L198
Add #include <list> for list<> [build/include_what_you_use] [4]
|
Clazy
note: in instantiation of template type alias '__range_iter_t' requested here
|
Clazy
note: in instantiation of template type alias 'iterator_t' requested here
|
Clazy
note: in instantiation of template class 'std::ranges::view_interface<std::ranges::subrange<const wchar_t *, const wchar_t *, std::ranges::subrange_kind::sized>>' requested here
|
Clazy
note: in instantiation of template class 'std::ranges::subrange<const wchar_t *, const wchar_t *, std::ranges::subrange_kind::sized>' requested here
|
Clazy
note: in instantiation of requirement here
|
Clazy
note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
|
Clazy
note: while checking constraint satisfaction for template '_Utf_view<char32_t, std::ranges::subrange<const wchar_t *, const wchar_t *, std::ranges::subrange_kind::sized>>' required here
|
Clazy
note: in instantiation of template type alias '_Utf32_view' requested here
|
Clazy
note: in instantiation of member function 'std::__format::_Spec<wchar_t>::_M_parse_fill_and_align' requested here
|
Clazy
note: in instantiation of member function 'std::__format::__formatter_int<wchar_t>::_M_do_parse' requested here
|
Clang-tidy:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L54
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L60
avoid do-while loops [cppcoreguidelines-avoid-do-while]
|
Clang-tidy
note: expanded from macro 'ADD_PROPERTY_TYPE'
|
Clang-tidy
note: expanded from macro '_ADD_PROPERTY_TYPE'
|
Clang-tidy:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L61
avoid do-while loops [cppcoreguidelines-avoid-do-while]
|
Clang-tidy
note: expanded from macro 'ADD_PROPERTY'
|
Clang-tidy
note: expanded from macro '_ADD_PROPERTY'
|
Clang-tidy:
src/Mod/PartDesign/App/FeaturePolarPattern.cpp#L62
avoid do-while loops [cppcoreguidelines-avoid-do-while]
|
Clang-tidy
note: expanded from macro 'ADD_PROPERTY'
|
Clang-tidy
note: expanded from macro '_ADD_PROPERTY'
|
Loading