[PATCH] D125709: [analyzer][Casting] Support isa, cast, dyn_cast of SVals
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 17 01:51:50 PDT 2022
martong added a comment.
> I'm not sure, shall I add tests?
Yes, please. Unit tests for `dyn_cast` and `isa` should be easy. However, I am not sure how to test `cast` for the failure cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125709/new/
https://reviews.llvm.org/D125709
More information about the cfe-commits
mailing list