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
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
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
, 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:
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
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