[PATCH] D35041: [analyzer] Fix modeling of bool based types
Alexander Shaposhnikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 12:02:41 PDT 2017
alexshap added a comment.
>> In https://reviews.llvm.org/D35041#801073, @alexshap wrote:
>> evalCastFromNonLoc is actually called there (and that's how i ran into this issue) because of (a bit unexpected to me) ImplicitCastExpr 'LValueToRValue' inside switch
>
> Yeah, but the NonLoc that's being casted is definitely not nonloc::LocAsInteger.
yea, you are right, sorry about the confusion.
Repository:
rL LLVM
https://reviews.llvm.org/D35041
More information about the cfe-commits
mailing list