You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure the linting env have been set up.
Manually running clang-tidy with the following command: clang-tidy -p $BUILD_DIR/compile_commands.json src/clp_ffi_py/ir/native/PyKeyValuePairLogEvent.cpp
The text was updated successfully, but these errors were encountered:
Bug
Clang-tidy raises the following warning on msgpack's source code:
This warning is out of the scope of this project. It might be caused by this clang-tidy bug: llvm/llvm-project#119415
clp-ffi-py version
0ace191
Environment
Ubuntu 22.04
Python 3.10
clang-tidy 19.1.0
Reproduction steps
clang-tidy -p $BUILD_DIR/compile_commands.json src/clp_ffi_py/ir/native/PyKeyValuePairLogEvent.cpp
The text was updated successfully, but these errors were encountered: