second-state / SOLL

SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
https://www.secondstate.io/
377 stars 23 forks source link

[CodeGen] Initialize the StructType with nullptr #43

Closed hydai closed 3 years ago

hydai commented 3 years ago

Fixes #42

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   63.53%   63.52%   -0.02%     
==========================================
  Files          89       89              
  Lines       11741    11740       -1     
  Branches     1800     1800              
==========================================
- Hits         7460     7458       -2     
  Misses       3415     3415              
- Partials      866      867       +1     
Impacted Files Coverage Δ
include/soll/AST/Type.h 60.93% <ø> (-0.47%) :arrow_down:
lib/CodeGen/CodeGenModule.cpp 62.73% <100.00%> (-0.03%) :arrow_down:

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 e117392...2e8540d. Read the comment docs.