labath added a comment.

We're also trying to avoid adding new clang-specific code to the debugger core. 
I think it would make more sense if the (clang-based) c++ highlighter was 
provided by some plugin. I see a couple of options:

- the c++ language plugin: I think this is the most low-level plugin that is 
still language specific. However, it is specific to c(++), whereas here you 
format other languages too.
- the clang expression parser plugin: it's a bit of a stretch, but syntax 
higlighting is a kind of expression parsing
- a completely new plugin


Repository:
  rL LLVM

https://reviews.llvm.org/D49334



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

Reply via email to