Annotations
10 errors
Run clang-tidy on ./src:
src/Navigation/Atmosphere/Pressure/Pressure.hpp#L20
enum 'PressureModel' uses a larger base type ('int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/GNSS/Core/Frequency.hpp#L62
enum 'Enum' uses a larger base type ('size_t' (aka 'unsigned long'), size: 8 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/GNSS/Core/SatelliteSystem.hpp#L46
enum 'Enum' uses a larger base type ('size_t' (aka 'unsigned long'), size: 8 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Math/Math.hpp#L38
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Math/Math.hpp#L50
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Math/Math.hpp#L74
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Math/Math.hpp#L124
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Math/Math.hpp#L132
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Time/InsTime.hpp#L1099
initializer for member '_mjd' is redundant [readability-redundant-member-init,-warnings-as-errors]
|
Run clang-tidy on ./src:
src/Navigation/Time/TimeSystem.hpp#L25
enum 'TimeSystem_' uses a larger base type ('unsigned int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
|
Loading