font and rasterization improvements for ImGui #81581
Annotations
10 errors
run clang-tidy:
src/cata_imgui.cpp#L295
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include,-warnings-as-errors]
|
run clang-tidy:
src/cata_imgui.cpp#L311
repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
|
run clang-tidy:
src/cata_imgui.cpp#L359
Parameter 'lang' of 'AddGlyphRangesMisc' can be std::string_view. [cata-use-string_view,-warnings-as-errors]
|
run clang-tidy:
src/cata_imgui.cpp#L361
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
|
run clang-tidy:
src/cata_imgui.cpp#L392
the value returned by this function should be used [cert-err33-c,-warnings-as-errors]
|
run clang-tidy:
src/cata_imgui.cpp#L393
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style,-warnings-as-errors]
|
run clang-tidy:
src/cata_imgui.cpp#L396
Prefer cata_fatal to abort(). [cata-assert,-warnings-as-errors]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L4
Declaration 'AddGlyphRangesFromCLDRForEN' should not be declared static in a header. Either move the definition to a cpp file or declare it inline instead. [cata-static-declarations,-warnings-as-errors]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L183
Declaration 'AddGlyphRangesFromCLDRForAR' should not be declared static in a header. Either move the definition to a cpp file or declare it inline instead. [cata-static-declarations,-warnings-as-errors]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L364
Declaration 'AddGlyphRangesFromCLDRForCS' should not be declared static in a header. Either move the definition to a cpp file or declare it inline instead. [cata-static-declarations,-warnings-as-errors]
|
Loading