]> granicus.if.org Git - clang/commit
If -fcolor-diagnostics is explicitly passed to the driver respect that even if the...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 23 Sep 2010 12:56:06 +0000 (12:56 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 23 Sep 2010 12:56:06 +0000 (12:56 +0000)
commitf765d76407d82e629337bba4ca6c26bdfc8bc9a6
treeaed53097625b018ef31ea95f1fc670d37fdc0270
parent47423bdaa06a3b9c2a859b57c17fc570094dad1c
If -fcolor-diagnostics is explicitly passed to the driver respect that even if the driver is of the opinion that
stderr can't handle them. (see http://llvm.org/PR8150)
Patch by Frits van Bommel!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp