[PATCH] D48958: [clang][ubsan] Implicit Cast Sanitizer - integer truncation - clang part

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 13 07:18:13 PDT 2018


lebedev.ri added a comment.

Well, that's just great, with `isCastPartOfExplictCast()`, the `ASTContext::getParents()`
also does not return `CXXStaticCastExpr` as parent for such cases.
I don't know how to proceed.


Repository:
  rC Clang

https://reviews.llvm.org/D48958





More information about the cfe-commits mailing list