]> granicus.if.org Git - clang/commit
Add support for gcc's spelling of -fcolor-diagnostics.
authorNico Weber <nicolasweber@gmx.de>
Wed, 17 Apr 2013 21:52:44 +0000 (21:52 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 17 Apr 2013 21:52:44 +0000 (21:52 +0000)
commit9753d462fabba1db75a977cb1f75ea66e9081120
tree27bbed7bf14bde4d157852a4aa945ef041ebb3cd
parent94effad4c71e4b25b7d56e6392526a55e3a989e7
Add support for gcc's spelling of -fcolor-diagnostics.

See http://gcc.gnu.org/onlinedocs/gcc/Language-Independent-Options.html

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179728 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/color-diagnostics.c [new file with mode: 0644]