-
Notifications
You must be signed in to change notification settings - Fork 593
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
clang-tidy workflow fixes #3413
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.
Copilot reviewed 1 out of 18 changed files in this pull request and generated no comments.
Files not reviewed (17)
- cpp/src/DataStorm/TopicFactoryI.cpp: Language not supported
- cpp/src/Glacier2/FilterT.h: Language not supported
- cpp/src/Ice/CollocatedRequestHandler.cpp: Language not supported
- cpp/src/Ice/ConnectionFactory.cpp: Language not supported
- cpp/src/Ice/ConnectionI.cpp: Language not supported
- cpp/src/Ice/Initialize.cpp: Language not supported
- cpp/src/Ice/LocatorInfo.cpp: Language not supported
- cpp/src/Ice/ObjectAdapterFactory.cpp: Language not supported
- cpp/src/Ice/ObjectAdapterI.cpp: Language not supported
- cpp/src/Ice/Properties.cpp: Language not supported
- cpp/src/Ice/SSL/SSLEndpointI.cpp: Language not supported
- cpp/src/Ice/Value.cpp: Language not supported
- cpp/src/Ice/WSEndpoint.cpp: Language not supported
- cpp/src/IceLocatorDiscovery/PluginI.cpp: Language not supported
- cpp/src/slice2php/Main.cpp: Language not supported
- cpp/src/slice2py/Python.cpp: Language not supported
- cpp/src/slice2swift/SwiftUtil.cpp: Language not supported
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.
Was <algorithm>
header missing in all those files?
Co-authored-by: Jose <[email protected]>
It just so happens to be included transitively with most combinations of os/compiler. For whatever reason clang on Linux doesn't end up transitively including it. |
No description provided.