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

[Sema] MemberAccess #104

Closed LFsWang closed 3 years ago

LFsWang commented 3 years ago

Due to issue #92 , some impartment part can not be implemented until we solve it. Therefore it is required to add a lot bypass.

codecov[bot] commented 3 years ago

Codecov Report

Merging #104 (8ac7d9f) into master (e81c4ca) will decrease coverage by 0.24%. The diff coverage is 47.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   66.58%   66.33%   -0.25%     
==========================================
  Files          97       97              
  Lines       13398    13480      +82     
  Branches     1987     2013      +26     
==========================================
+ Hits         8921     8942      +21     
- Misses       3487     3538      +51     
- Partials      990     1000      +10     
Impacted Files Coverage Δ
include/soll/AST/Expr.h 88.46% <ø> (ø)
include/soll/AST/Type.h 58.36% <ø> (-0.22%) :arrow_down:
lib/Sema/Sema.cpp 71.61% <25.00%> (-1.76%) :arrow_down:
lib/Sema/SemaResolveType.cpp 65.64% <25.00%> (-1.13%) :arrow_down:
lib/Sema/SemaResolveIdentifier.cpp 72.14% <47.82%> (-11.08%) :arrow_down:
include/soll/Sema/Sema.h 89.65% <100.00%> (+0.36%) :arrow_up:
lib/AST/Expr.cpp 65.59% <0.00%> (-2.16%) :arrow_down:
lib/CodeGen/CGExpr.cpp 85.84% <0.00%> (-0.78%) :arrow_down:
lib/CodeGen/ABICodec.cpp 80.36% <0.00%> (-0.47%) :arrow_down:
... and 2 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 e81c4ca...8ac7d9f. Read the comment docs.