lint all architectures #1013

Open
opened 2025-10-13 12:36:53 +00:00 by pennae · 0 comments
Owner

right now we run clang-tidy only on x86. we should run it on all platforms we support though, especially now that we have a lint that stops you calling syscalls with c strings that might be shorter than you expect (due to implicit truncation at nul for std::string::c_str or other reasons)

right now we run clang-tidy only on x86. we should run it on all platforms we support though, especially now that we have a lint that stops you calling syscalls with c strings that might be shorter than you expect (due to implicit truncation at nul for `std::string::c_str` or other reasons)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#1013
No description provided.