NoQ added a comment.
Looks similar to https://bugs.llvm.org/show_bug.cgi?id=46142. It sounds pretty
important to address quickly because it crashes on a fairly large portion of
C++ code with default settings.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.ll
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/
This revision was automatically updated to reflect the committed changes.
Closed by commit rG660cda572d6e: [Analyzer][WebKit] NoUncountedMembersChecker
(authored by jkorous).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINC