[PATCH] D58367: [analyzer] NFC: Improve upon the concept of BugReporterVisitor.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 15:03:52 PDT 2019


NoQ added a comment.

In D58367#1462026 <https://reviews.llvm.org/D58367#1462026>, @Szelethus wrote:

> Hmmm, interesting. Could there be an issue with `NoteTag` not being trivially destructible?


Yeah, i think you're right. Which means we cannot allocate it in a `BumpPtrAllocator`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58367/new/

https://reviews.llvm.org/D58367





More information about the cfe-commits mailing list