clang-cl: Move /FC from "Unsupported" to "Ignored" list.
authorNico Weber <nicolasweber@gmx.de>
Mon, 21 Mar 2016 17:19:31 +0000 (17:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 21 Mar 2016 17:19:31 +0000 (17:19 +0000)
commit32b70e0dcf7ee36123d5bd9c59bf7ca0d647740b
tree0e0c10413ed2f63f65b7029bfdbb81160d0eab6a
parenta11fbe1cb168c70f06ea89727aa55003e4e998d8
clang-cl: Move /FC from "Unsupported" to "Ignored" list.

/FC affects if diagnostics print with full paths and if __FILE__ expands with a
full path.  clang-cl does both of these two by default.

llvm-svn: 263953
clang/include/clang/Driver/CLCompatOptions.td
clang/test/Driver/cl-options.c