steakhal added inline comments.

================
Comment at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:99-100
 
+  template <typename... Ts> bool isa() const { return llvm::isa<Ts...>(*this); 
}
+
   /// Convert to the specified SVal type, asserting that this SVal is of
----------------
This is the core of this change :)


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