public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45850] New: support color diagnostics
@ 2010-10-01  0:39 manu at gcc dot gnu.org
  2010-10-02 16:59 ` [Bug c/45850] " manu at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: manu at gcc dot gnu.org @ 2010-10-01  0:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45850

           Summary: support color diagnostics
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: manu@gcc.gnu.org


Support using color output to mark warnings/errors/notes.

Basically, clang's

-f[no-]color-diagnostics:
    This option, which defaults to on when a color-capable terminal is
detected, controls whether or not Clang prints diagnostics in color. When this
option is enabled, Clang will use colors to highlight specific parts of the
diagnostic.


Basis for implementation may be either diff or grep. It should be implemented
either in diagnostics.c or pretty-print.c (probably, diagnostics.c calling
pretty-print.c to enable/disable specific colors).


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-10-03 13:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-01  0:39 [Bug c/45850] New: support color diagnostics manu at gcc dot gnu.org
2010-10-02 16:59 ` [Bug c/45850] " manu at gcc dot gnu.org
2010-10-02 17:03 ` pinskia at gcc dot gnu.org
2010-10-02 17:30 ` gdr@integrable-solutions.net
2010-10-02 17:32 ` gdr@integrable-solutions.net
2010-10-02 18:04 ` manu at gcc dot gnu.org
2010-10-02 18:30 ` manu at gcc dot gnu.org
2010-10-02 18:35 ` gdr@integrable-solutions.net
2010-10-02 18:41 ` gdr@integrable-solutions.net
2010-10-02 19:46 ` manu at gcc dot gnu.org
2010-10-02 22:35 ` gdr@integrable-solutions.net
2010-10-03  9:50 ` redi at gcc dot gnu.org
2010-10-03 10:11 ` manu at gcc dot gnu.org
2010-10-03 10:12 ` manu at gcc dot gnu.org
2010-10-03 10:24 ` redi at gcc dot gnu.org
2010-10-03 13:09 ` LpSolit at netscape dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).