dlang-community / libdparse

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

Fix #397 - extern(C++, ...) only supports identifiers #398

Closed MoonlightSentinel closed 4 years ago

MoonlightSentinel commented 4 years ago

Implemented according to the grammar defined in the pending spec PR

codecov[bot] commented 4 years ago

Codecov Report

Merging #398 into master will increase coverage by 0.14%. The diff coverage is 97.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #398      +/-   ##
==========================================
+ Coverage   76.12%   76.26%   +0.14%     
==========================================
  Files           9        9              
  Lines        7132     7168      +36     
==========================================
+ Hits         5429     5467      +38     
+ Misses       1703     1701       -2     
Impacted Files Coverage Δ
src/dparse/ast.d 55.88% <97.05%> (+3.84%) :arrow_up:
src/dparse/parser.d 90.94% <100.00%> (+<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 773ef19...914ff96. Read the comment docs.