Make imgui font glyph initializers more compiler and binary size friendly #83176
Annotations
10 errors
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L4
unmatched 'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment [clang-tidy-nolint]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L19
Declaration 'AddGlyphs' 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#L28
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#L30
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L45
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#L47
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L58
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]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L60
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
|
run clang-tidy:
src/cldr/imgui-glyph-ranges.cpp#L76
Declaration 'AddGlyphRangesFromCLDRForDA' 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#L78
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
|
Loading