Skip to content
New issue

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

Could hide a type of remark in the generated report #7

Open
gilescope opened this issue Sep 3, 2023 · 3 comments
Open

Could hide a type of remark in the generated report #7

gilescope opened this issue Sep 3, 2023 · 3 comments

Comments

@gilescope
Copy link

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...)

@Kobzol
Copy link
Owner

Kobzol commented Sep 3, 2023

Hi, there is a --filter parameter that can be used to filter certain types of remarks. Is this enough for your use case?

@joseluis
Copy link
Contributor

@Kobzol is there a complete list of remarks somewhere, maybe even with their descriptions? It's proving difficult to find them.

@Kobzol
Copy link
Owner

Kobzol commented Sep 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants