elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 155 forks source link

Added AST node type AttributedType. Fixes #772 #773

Closed kamphaus closed 6 years ago

kamphaus commented 6 years ago

Fixes #772


This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

Merging #773 into master will decrease coverage by 0.04%. The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #773      +/-   ##
==========================================
- Coverage   80.64%   80.59%   -0.05%     
==========================================
  Files         168      169       +1     
  Lines        9636     9653      +17     
==========================================
+ Hits         7771     7780       +9     
- Misses       1427     1435       +8     
  Partials      438      438
Impacted Files Coverage Δ
ast/position.go 78.59% <100%> (ø) :arrow_up:
ast/ast.go 98.34% <100%> (+0.01%) :arrow_up:
ast/attributed_type.go 46.66% <46.66%> (ø)

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 f7700c8...4ab45d7. Read the comment docs.

elliotchance commented 6 years ago

Reviewed 4 of 4 files at r1. Review status: :shipit: complete! all files reviewed, all discussions resolved


Comments from Reviewable