-
Notifications
You must be signed in to change notification settings - Fork 31
Remove cling 1.0 support + Make llvm 16 minimum version #581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove cling 1.0 support + Make llvm 16 minimum version #581
Conversation
The workflows of this PR are expected to fail for cling jobs until #580 is in. Once I have checked that all clang-repl jobs work still pass I will move onto refining compatibility.h which can now have some parts removed. |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #581 +/- ##
=======================================
Coverage 77.48% 77.48%
=======================================
Files 9 9
Lines 3713 3713
=======================================
Hits 2877 2877
Misses 836 836
🚀 New features to boost your workflow:
|
3ed229b
to
3327c5f
Compare
clang-tidy review says "All clean, LGTM! 👍" |
3327c5f
to
368fe80
Compare
clang-tidy review says "All clean, LGTM! 👍" |
0eb9faa
to
6327123
Compare
clang-tidy review says "All clean, LGTM! 👍" |
6327123
to
fa24b4a
Compare
cdb33eb
to
c385e4f
Compare
clang-tidy review says "All clean, LGTM! 👍" |
57d930b
to
c53c9c8
Compare
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Description
Please include a summary of changes, motivation and context for this PR.
This PR will remove support for cling 1.0 from CppInterOp, and make the minimum version of llvm supported as 16.
Fixes # (issue)
Type of change
Please tick all options which are relevant.
Testing
Please describe the test(s) that you added and ran to verify your changes.
Checklist