labath added a comment.

`Scalar::operator<<=` seems to do a `m_integer <<= ...`. Will it suffer from 
the same recursion problem?

In any case, I think the implementations of both methods should use the same 
API (it doesn't matter which one if both work).

Also it would be super great if you could make a tiny test for this, say in 
`unittests/Core/ScalarTest.cpp`


Repository:
  rL LLVM

http://reviews.llvm.org/D16868



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

Reply via email to