compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 20 forks source link

[ci] Add llvm17 support. #142

Closed vgvassilev closed 10 months ago

vgvassilev commented 10 months ago

Currently it is rc3 and will be released next week.

codecov[bot] commented 10 months ago

Codecov Report

Merging #142 (d861985) into main (562533a) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
+ Coverage   64.55%   64.59%   +0.04%     
==========================================
  Files          16       16              
  Lines        4212     4214       +2     
==========================================
+ Hits         2719     2722       +3     
+ Misses       1493     1492       -1     
Files Changed Coverage Δ
include/clang/Interpreter/Compatibility.h 90.19% <100.00%> (+2.19%) :arrow_up:
lib/Interpreter/CppInterOp.cpp 75.26% <100.00%> (+0.01%) :arrow_up:
Files Changed Coverage Δ
include/clang/Interpreter/Compatibility.h 90.19% <100.00%> (+2.19%) :arrow_up:
lib/Interpreter/CppInterOp.cpp 75.26% <100.00%> (+0.01%) :arrow_up:
github-actions[bot] commented 10 months ago

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] commented 10 months ago

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] commented 10 months ago

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] commented 10 months ago

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] commented 10 months ago

clang-tidy review says "All clean, LGTM! :+1:"

vgvassilev commented 10 months ago

The build fails but the upstream fix appeared recently so maybe it is a hiccup. Let's merge this PR.