MIPT-ILab / mipt-mips

Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
http://mipt-ilab.github.io/mipt-mips/
MIT License
338 stars 138 forks source link

Fix Clang-Tidy warnings #1539

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1539 (235f847) into main (54e4da0) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1539      +/-   ##
==========================================
- Coverage   99.65%   99.65%   -0.01%     
==========================================
  Files         141      141              
  Lines       11730    11729       -1     
==========================================
- Hits        11690    11689       -1     
  Misses         40       40              
Impacted Files Coverage Δ
simulator/infra/cache/cache_tag_array.h 100.00% <ø> (ø)
simulator/func_sim/alu/alu.h 100.00% <100.00%> (ø)
simulator/func_sim/alu/multiplication.h 100.00% <100.00%> (ø)
simulator/func_sim/alu/shifter.h 100.00% <100.00%> (ø)
simulator/func_sim/operation.h 100.00% <100.00%> (ø)
simulator/func_sim/t/unit_test.cpp 100.00% <100.00%> (ø)
simulator/infra/cache/cache_tag_array.cpp 100.00% <100.00%> (ø)
simulator/infra/ports/timing.h 100.00% <100.00%> (ø)
simulator/infra/types.h 100.00% <100.00%> (ø)
simulator/kernel/mars/mars_kernel.cpp 100.00% <100.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 54e4da0...235f847. Read the comment docs.