[llvm] [ci] Add ids workflow for checking llvm apis have been annotated with LLVM_ABI (PR #128370)
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 14 09:16:30 PDT 2025
compnerd wrote:
> > The false positive rate should be near zero.
>
> And it's clean when run over the entire monorepo already?
No it is not, and that is the reason for putting this up early. This is to help prevent backslide while the work continues to properly annotate the codebase. This is a long process and it isn't reasonable to put up a patch to make everything clean in one go as it would touch so many headers across so many different areas.
As we make progress, we can slowly increase the scanned area so that the signal from the run is helpful.
https://github.com/llvm/llvm-project/pull/128370
More information about the llvm-commits
mailing list