[PATCH] D125709: [analyzer][Casting] Support isa, cast, dyn_cast of SVals

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 04:55:29 PDT 2022


steakhal added a comment.

In D125709#3519850 <https://reviews.llvm.org/D125709#3519850>, @xazax.hun wrote:

> While not having tests might be OK, but I'd prefer to introduce at least a couple uses of the new facilities so existing tests cover them.

I've added a use of the new `dyn_cast` and `cast` free function specializations.


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