Prazek added a reviewer: staronj.
Prazek added a comment.

gosh, I found it too late. Jakub started to work on the same problem and he 
have made initial check for it.
One of the problems he got was multideclarations.
Does it work for cases like?

  long a = lexical_cast<long>(z), b = lexical_cast<int>(y);

Other test:

  Base *p = dyn_cast<Derived>(b);


https://reviews.llvm.org/D27166



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

Reply via email to