-
Notifications
You must be signed in to change notification settings - Fork 31
[wip] 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?
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 76.43% 76.43%
=======================================
Files 9 9
Lines 3666 3666
=======================================
Hits 2802 2802
Misses 864 864
🚀 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! 👍" |
c0ca01c
to
0eb9faa
Compare
0eb9faa
to
6327123
Compare
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