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] Implement LValue struct member access #54

Closed jacky860226 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #54 (07fca9d) into master (a997bd5) will increase coverage by 0.07%. The diff coverage is 77.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   63.73%   63.80%   +0.07%     
==========================================
  Files          89       89              
  Lines       11827    11831       +4     
  Branches     1821     1818       -3     
==========================================
+ Hits         7538     7549      +11     
+ Misses       3411     3403       -8     
- Partials      878      879       +1     
Impacted Files Coverage Δ
include/soll/AST/Decl.h 85.71% <ø> (ø)
lib/CodeGen/CGExpr.cpp 78.26% <66.66%> (-0.02%) :arrow_down:
include/soll/AST/Type.h 64.42% <100.00%> (+2.95%) :arrow_up:
lib/AST/Decl.cpp 71.20% <100.00%> (ø)
lib/Parse/Parser.cpp 57.58% <100.00%> (+0.03%) :arrow_up:

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 a997bd5...07fca9d. Read the comment docs.