Skip to content

Make imgui font glyph initializers more compiler and binary size friendly #83176

Make imgui font glyph initializers more compiler and binary size friendly

Make imgui font glyph initializers more compiler and binary size friendly #83176

Triggered via pull request November 30, 2024 04:25
Status Failure
Total duration 3h 55m 57s
Artifacts

clang-tidy.yml

on: pull_request
skip-duplicates
9s
skip-duplicates
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (src): src/cldr/imgui-glyph-ranges.cpp#L4
unmatched 'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment [clang-tidy-nolint]
build (src): 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]
build (src): 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]
build (src): src/cldr/imgui-glyph-ranges.cpp#L30
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
build (src): 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]
build (src): src/cldr/imgui-glyph-ranges.cpp#L47
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
build (src): 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]
build (src): src/cldr/imgui-glyph-ranges.cpp#L60
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]
build (src): 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]
build (src): src/cldr/imgui-glyph-ranges.cpp#L78
do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays,-warnings-as-errors]