Alexander_Droste added a comment.

> It's a bug in the checker. dyn_cast should not be called on a null pointer. 
> You could either check for nun or call dyn_cast_or_null.


Thanks for pointing this out! Adding guards that check for `nullptr` fixed the 
problem.


http://reviews.llvm.org/D16044



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

Reply via email to