[PATCH] D127285: [analyzer] Fix assertion failure after getKnownValue call
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 8 06:37:37 PDT 2022
steakhal added a comment.
In D127285#3566198 <https://reviews.llvm.org/D127285#3566198>, @martong wrote:
> In D127285#3566034 <https://reviews.llvm.org/D127285#3566034>, @steakhal wrote:
>
>> ... Try to mark named entities like `this`.
>
> Could you please elaborate?
Oh sure. The `SimpleSValBuilder` is not escaped like code or class entities should be in the summary. But it's really not that important.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127285/new/
https://reviews.llvm.org/D127285
More information about the cfe-commits
mailing list