[PATCH] D153889: [analyzer][NFC] Fix dangling StringRef in barely used code

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 01:28:25 PDT 2023


balazske added a comment.

This is actually needed to get correct bug reports in D153612 <https://reviews.llvm.org/D153612>, otherwise I got garbage messages (probably a `std::string` stack variable was passed to the `getNoteTag` function). I would not say that this is NFC because it is a bugfix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153889



More information about the cfe-commits mailing list