-
Notifications
You must be signed in to change notification settings - Fork 13.4k
reporting bad coverage for code in unevaluated context #75751
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
Labels
Comments
And I'm using clang 17.0.6. Don't know about other versions as this is not possible (AFAIK) on CE. |
@llvm/issue-subscribers-clang-frontend Author: Hana Dusíková (hanickadot)
Dear LLVM developers! I noticed bad code-coverage for code in unevaluated context. Like when constexpr function is called in `decltype(...)` or even in concepts:
<img width="1081" alt="Screenshot 2023-12-17 at 22 16 51" src="https://github.com/llvm/llvm-project/assets/6557263/10b6884a-b7fd-4e52-9973-82e5e51efbb0"> Such code shouldn't be marked uncovered. |
Fixed in #78033 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dear LLVM developers! I noticed bad code-coverage for code in unevaluated context. Like when constexpr function is called in
decltype(...)
or even in concepts:Such code shouldn't be marked uncovered.
The text was updated successfully, but these errors were encountered: