-
Notifications
You must be signed in to change notification settings - Fork 31
[wip] Build CppInterOp as a shared library on Windows #560
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?
[wip] Build CppInterOp as a shared library on Windows #560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
lib/Interpreter/Paths.cpp
Outdated
// | ||
// rdar://84036149 | ||
|
||
#if CLANG_VERSION_MAJOR < 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: no header providing "CLANG_VERSION_MAJOR" is directly included [misc-include-cleaner]
lib/Interpreter/Paths.cpp:20:
+ #include <clang/Basic/Version.h>
9acb6c2
to
1fe2ac4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #560 +/- ##
==========================================
- Coverage 75.94% 75.93% -0.02%
==========================================
Files 9 9
Lines 3646 3644 -2
==========================================
- Hits 2769 2767 -2
Misses 877 877 🚀 New features to boost your workflow:
|
clang-tidy review says "All clean, LGTM! 👍" |
da8151c
to
5a05154
Compare
Description
Please include a summary of changes, motivation and context for this PR.
This is a duplicate of #454 , but without the random commit history, and without any conflicts with the main branch.
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