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/
378 stars 24 forks source link

[Misc] Enable clang format #118

Closed hydai closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #118 (65636f7) into master (6f5353e) will increase coverage by 0.00%. The diff coverage is 78.57%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #118   +/-   ##
=======================================
  Coverage   66.40%   66.40%           
=======================================
  Files          98       98           
  Lines       13597    13600    +3     
  Branches     2031     2031           
=======================================
+ Hits         9029     9031    +2     
- Misses       3552     3553    +1     
  Partials     1016     1016           
Impacted Files Coverage Δ
lib/Basic/DiagnosticIDs.cpp 51.85% <ø> (ø)
lib/CodeGen/CodeGenFunction.h 88.88% <ø> (ø)
lib/Sema/SemaExprAsm.cpp 92.53% <0.00%> (-0.02%) :arrow_down:
lib/Sema/SemaResolveIdentifier.cpp 71.81% <0.00%> (-0.33%) :arrow_down:
include/soll/Frontend/CompilerInvocation.h 100.00% <100.00%> (ø)
include/soll/Sema/Sema.h 90.00% <100.00%> (+0.34%) :arrow_up:
lib/CodeGen/LoweringInteger.cpp 76.88% <100.00%> (ø)
lib/CodeGen/ModuleBuilder.cpp 71.73% <100.00%> (ø)
lib/Sema/Sema.cpp 71.72% <100.00%> (+0.11%) :arrow_up:
lib/Sema/SemaResolveType.cpp 66.03% <100.00%> (+0.05%) :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 6f5353e...65636f7. Read the comment docs.