[PATCH] D150254: [tidy] Fix possible use-after-free in IdentifierNamingCheck
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 00:53:10 PDT 2023
kadircet added a comment.
see https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clang-tidy/ClangTidy.cpp#L638 for such a pattern, clangd also initializes checks with a similar approach.
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