[PATCH] D150254: [tidy] Fix possible use-after-free in IdentifierNamingCheck

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 01:44:39 PDT 2023


njames93 added a comment.

In D150254#4331734 <https://reviews.llvm.org/D150254#4331734>, @hokein wrote:

> The fix looks good.
>
> We also have a `CheckName` field in the base class `ClangTidyCheck`, however that's field is private, we can't not access, we could consider make it protected (I think that's probably out of the scope of this patch).

See previous comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150254



More information about the cfe-commits mailing list