labath added inline comments.

================
Comment at: lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp:149
+  const bool line_had_lf = line.consume_back("\n");
+  const bool line_had_cr_lf = line.consume_back("\r");
+
----------------
`= line_had_lf && consume_back(\r)`


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

https://reviews.llvm.org/D70177



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

Reply via email to