dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Parse comments after } in function declaration #438

Closed CyberShadow closed 2 years ago

CyberShadow commented 3 years ago

Attempts to fix this DScanner issue: https://github.com/dlang-community/D-Scanner/issues/499#issuecomment-782807629

codecov[bot] commented 3 years ago

Codecov Report

Merging #438 (0d33d4f) into master (798c8a1) will increase coverage by 0.01%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
+ Coverage   82.82%   82.83%   +0.01%     
==========================================
  Files          11       11              
  Lines        8301     8306       +5     
==========================================
+ Hits         6875     6880       +5     
  Misses       1426     1426              
Impacted Files Coverage Δ
src/dparse/parser.d 91.28% <81.81%> (+0.01%) :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 798c8a1...0d33d4f. Read the comment docs.