[cfe-users] Why doesn't clang use colors for diagnostics by default?

2015-09-07 Thread Victor via cfe-users
Hello, all. Why doesn't clang use colors for diagnostics by default? My environment: $ cat /etc/*-release Red Hat Enterprise Linux Server release 6.3 (Santiago) $ echo $TERM xterm Doc here http://clang.llvm.org/docs/UsersManual.html#formatting-of-diagnostics says: "This option, which default

Re: [cfe-users] Why doesn't clang use colors for diagnostics by default?

2015-09-10 Thread Victor via cfe-users
needed to detect a color terminal, and defaults to no color. On Mon, Sep 7, 2015 at 5:15 AM, Victor via cfe-users < cfe-users@lists.llvm.org> wrote: Hello, all. Why doesn't clang use colors for diagnostics by default? My environment: $ cat /etc/*-release Red Hat Enterprise Linux S

Re: [cfe-users] Why doesn't clang use colors for diagnostics by default?

2015-09-10 Thread Victor via cfe-users
color inside tmux and it works fine. hth... don On Thu, Sep 10, 2015 at 2:40 AM, Victor via cfe-users < cfe-users@lists.llvm.org> wrote: I'm using command like this: $ clang++ prg.cpp My Clang is built from sources. What libraries it needs to use colors automatically? Or may be ther

Re: [cfe-users] Why doesn't clang use colors for diagnostics by default?

2015-09-10 Thread Victor via cfe-users
, Victor via cfe-users < cfe-users@lists.llvm.org> wrote: I'm using command like this: $ clang++ prg.cpp My Clang is built from sources. What libraries it needs to use colors automatically? Or may be there is some option that I can specify for configure? On Wed, 9 Sep 2015 19:

Re: [cfe-users] Why doesn't clang use colors for diagnostics by default?

2015-09-11 Thread Victor via cfe-users
works fine. hth... don On Thu, Sep 10, 2015 at 2:40 AM, Victor via cfe-users < cfe-users@lists.llvm.org> wrote: I'm using command like this: $ clang++ prg.cpp My Clang is built from sources. What libraries it needs to use colors automatically? Or may be there is some option that I

[cfe-users] Clang and CDO, CDQ x64 instructions

2019-12-16 Thread Victor via cfe-users
Hello Clang users and developers! I have problem compiling some generated assembly code with clang: mc.s:35739:2: error: invalid instruction mnemonic 'cdo' Does Clang support x64 CDO and CDQ instructions? The code is generated by MLRISC library. A bit older versions used CQTO/CLTD and that worked