-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[core/cling] Replace deprecated calls and enable warning #17666
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
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.
LGTM!
There are some more warnings with libc++:
I need to investigate... |
Test Results 18 files 18 suites 4d 5h 13m 51s ⏱️ For more details on these failures, see this check. Results for commit 61e696e. ♻️ This comment has been updated with latest results. |
FileEntry::getName() is deprecated and the code should use FileEntryRef::getName() instead.
The header and all declarations are deprecated since C++17 and will be removed with C++26. Alywas use the LLVM conversion routines which were already used in the past for older compilers.
5f88c1f
to
61e696e
Compare
Ok, we can get away just removing the code using |
Thanks! |
I only see exactly one place, in |
I see. So maybe then:
|
@ferdymercury I'm sorry, I totally don't get what you are saying. Where do you run that command, for me it looks very much different. And why would we want to add |
Nope, I was rather suggesting to remove the |
No description provided.