[PATCH] D63129: [clang-tidy] Fix invalid read on destruction
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 06:29:09 PDT 2019
gribozavr accepted this revision.
gribozavr added a comment.
This revision is now accepted and ready to land.
This fix works. The alternative would have been to wrap these variables into llvm::ManagedStatic, just like the problematic TrueMatcherInstance in ASTMatchersInternal.cpp.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63129/new/
https://reviews.llvm.org/D63129
More information about the cfe-commits
mailing list