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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to