Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Improved C++ standard detection. #116

Closed NOhs closed 4 years ago

NOhs commented 4 years ago

Instead of checking about 5 undecillion versions, this one just takes the list of versions clang outputs and picks the latest non-draft version. Later we can add a flag to allow for draft versions, too.

codecov[bot] commented 4 years ago

Codecov Report

Merging #116 into master will increase coverage by 0.47%. The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   78.54%   79.01%   +0.47%     
==========================================
  Files          17       17              
  Lines        1193     1196       +3     
==========================================
+ Hits          937      945       +8     
+ Misses        256      251       -5     
Impacted Files Coverage Δ
clang_build/compiler.py 68.00% <92.30%> (-19.24%) :arrow_down:
clang_build/target.py 79.87% <0.00%> (+0.30%) :arrow_up:
clang_build/platform.py 97.87% <0.00%> (+29.78%) :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 270f775...650e7b3. Read the comment docs.