[PATCH] D77178: [Analyzer][WebKit] NoUncountedMembersChecker
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 23:58:19 PDT 2020
hokein added a comment.
Hi, @jkorous
Thanks for working on this analyzer check.
Just give you some feedback on this check, it seems to trigger the assertion quite often (we noticed that internally there were a lot of crashes).
you can easily reproduce it by running it a LLVM file, e.g. `./bin/clang-tidy -checks="-*,clang-analyzer-webkit*" ../clang-tools-extra/clangd/ClangdLSPServer.cpp`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77178/new/
https://reviews.llvm.org/D77178
More information about the cfe-commits
mailing list