[clang] [Coverage] Add a new flag to split region after every call. (PR #90031)

2024-04-26 Thread via cfe-commits
c01db33f wrote: Something has broken; this worked in the test that I tried previously, but it's not working correctly on the example I tried to day, so I need to investigate what's going on more closely. Closing this PR for now, I'll open a new one if I can get it working correctly.

[clang] [Coverage] Add a new flag to split region after every call. (PR #90031)

2024-04-26 Thread via cfe-commits
https://github.com/c01db33f closed https://github.com/llvm/llvm-project/pull/90031 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Coverage] Add a new flag to split region after every call. (PR #90031)

2024-04-25 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (c01db33f) Changes This helps with displaying more precise coverage when a function causes the program to exit, crashes, or similar. For example, using this flag should address the case listed in the documentation under "Drawbacks

[clang] [Coverage] Add a new flag to split region after every call. (PR #90031)

2024-04-25 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you,

[clang] [Coverage] Add a new flag to split region after every call. (PR #90031)

2024-04-25 Thread via cfe-commits
https://github.com/c01db33f created https://github.com/llvm/llvm-project/pull/90031 This helps with displaying more precise coverage when a function causes the program to exit, crashes, or similar. For example, using this flag should address the case listed in the documentation under