]> granicus.if.org Git - clang/commit
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)
commit12b0b37750c1e820e51fcdf50fb7aaf210ed0ed4
tree646d6bc7fb9c4b082f42eec993df72812c8c0c16
parent2588905bfe9fc131e1bb21dd5f6b78fd64031e06
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263953 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c