[clang] [clang][Diagnostics] Make 'note' color CYAN (PR #66997)

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 26 13:33:00 PDT 2023


cor3ntin wrote:

> This doesn't really fix the problem, it just shuffles it around. I expect people with blue(ish) terminals will experience the same issue after this is applied, so we ought to try and detect what colours to print out, and then have compatible themes.

Not really, CYAN is only cyan if that's what your terminal decides to render the color 6 as, you can configure it to be orange if you want.

https://github.com/llvm/llvm-project/pull/66997


More information about the cfe-commits mailing list