summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/color-diagnostics.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+4
| | | | | | | | | | | | | Some build systems use pipes for stdin/stderr. On nix-ish platforms colored output can be forced by -fcolor-diagnostics. On Windows this option has no effect in these cases because LLVM uses the console API (which only operates on the console buffer) even if a console wrapper capable of interpreting ANSI escape codes is used. The -fansi-escape-codes option allows switching from the console API to ANSI escape codes. It has no effect on other platforms. llvm-svn: 190464
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-13/+13
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber2013-04-171-0/+53
See http://gcc.gnu.org/onlinedocs/gcc/Language-Independent-Options.html llvm-svn: 179728
OpenPOWER on IntegriCloud