We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to be able to hide all of a certain type of remark so we can find the more interesting remarks.
(for example not inlining because no source...)
The text was updated successfully, but these errors were encountered:
Hi, there is a --filter parameter that can be used to filter certain types of remarks. Is this enough for your use case?
Sorry, something went wrong.
@Kobzol is there a complete list of remarks somewhere, maybe even with their descriptions? It's proving difficult to find them.
Sadly, I don't think that such a thing exists. The remarks are emitted in a kind of ad-hoc way in many places in the LLVM codebase: https://github.com/llvm/llvm-project/blob/9e1b6817f114a5a838238980a5076a72d502d12d/llvm/lib/Transforms/Coroutines/CoroSplit.cpp#L2155
No branches or pull requests
Would be nice to be able to hide all of a certain type of remark so we can find the more interesting remarks.
(for example not inlining because no source...)
The text was updated successfully, but these errors were encountered: