If -fcolor-diagnostics is explicitly passed to the driver respect that even if the...
commit3316bb6fb7fcba8229db6c73543b5aa309d4901e
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 23 Sep 2010 12:56:06 +0000 (23 12:56 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 23 Sep 2010 12:56:06 +0000 (23 12:56 +0000)
treeaed53097625b018ef31ea95f1fc670d37fdc0270
parent7d8a0be163216dba2a67d7f9e169f3ca7bb5373c
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