Details
Details
- Reviewers
hctim - Commits
- rG2706b1a6e2df: [hwasan] Test use-after-scope with -fno-exceptions.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM - Is this providing coverage that otherwise wasn't being found? Did you find a bug in an upcoming patchset?
Comment Actions
This is because the std::vector case gets compiled quite differently without exceptions, given that e.g. Android is built without exceptions, there should be a test that verifies that actually works.
But no, this didn't find any bug so far.