[PATCH] D125749: [analyzer][NFC] Introduce SVal::isa<Ts...>
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 20 07:19:08 PDT 2022
steakhal added a comment.
There is one minor problem with this patch.
At `SVal` member function's context one needs to call `llvm::isa<...>()` with by the qualified name, otherwise, the `isa` is ambiguous.
The compiler won't know if we want to refer to the free-function or the variadic member function; and the error message is not particularly helpful.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125749/new/
https://reviews.llvm.org/D125749
More information about the cfe-commits
mailing list