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
clang-tidy is very annoying to work with in cmake. Adding any sort of
flags that it doesn't understand results in breakages everywhere.
Rather than deal with clang-tidy, I'll push developers to call
clangd-tidy directly. And have CI execute clangd-tidy as well.
clangd-tidy runs clang-tidy via clangd which strips away all commands
not meant for LLVM.
0 commit comments