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] SubObject access #113

Closed jacky860226 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #113 (92bab84) into master (89c51ca) will increase coverage by 0.09%. The diff coverage is 94.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   66.40%   66.50%   +0.09%     
==========================================
  Files          98       98              
  Lines       13600    13642      +42     
  Branches     2031     2037       +6     
==========================================
+ Hits         9031     9072      +41     
- Misses       3553     3554       +1     
  Partials     1016     1016              
Impacted Files Coverage Δ
lib/CodeGen/CodeGenModule.h 96.42% <ø> (+5.25%) :arrow_up:
lib/AST/DeclYul.cpp 92.30% <66.66%> (-7.70%) :arrow_down:
lib/CodeGen/CodeGenModule.cpp 64.52% <97.05%> (+0.51%) :arrow_up:
include/soll/AST/DeclYul.h 100.00% <100.00%> (ø)
lib/CodeGen/CGExpr.cpp 85.64% <100.00%> (+0.03%) :arrow_up:
lib/Parse/ParseYul.cpp 88.88% <100.00%> (+0.15%) :arrow_up:
lib/Sema/SemaResolveUniqueName.cpp 87.75% <100.00%> (+2.75%) :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 89c51ca...92bab84. Read the comment docs.