shafik added a comment.

My fix in `ConsumeOperator()` is not proper but if everyone feels this is 
correct approach I will create member functions to deal with this cleanly.

Other approaches could be modifying `ExtractTokens()` to detect this case and 
generate two `tok::less`in place of `tok::lessless` but this feels like the 
wrong place to fix this. I tried to understand how clang handles this case 
since but it was not obvious. AFAICT they have to deal with this case too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76168/new/

https://reviews.llvm.org/D76168



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

Reply via email to