[Lldb-commits] [PATCH] D16868: [lldb] Fix invalid shift	operator overload in Scalar
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Feb  8 09:14:12 PST 2016
    
    
  
labath added a comment.
Ah, ok I understand what's going on now. I guess APInt operator >> probably does not exist because it would be ambiguous (arithmetic or bitwise shift?). Let's just leave this as it is now.
Could you add that test though?
Repository:
  rL LLVM
http://reviews.llvm.org/D16868
    
    
More information about the lldb-commits
mailing list