]> granicus.if.org Git - clang/commit
clang-cl: Warn about overriding /MD with /MT etc.
authorHans Wennborg <hans@hanshq.net>
Wed, 11 Sep 2013 16:38:41 +0000 (16:38 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 11 Sep 2013 16:38:41 +0000 (16:38 +0000)
commit42ade496f79d2b9b1ff9fbdc30dd025c168be7a3
tree2ac23a574681a2184c7bc12fb760aae04f7b5240
parent4b6730d40e7c603bd0e223d3fa8b56a0c88a324a
clang-cl: Warn about overriding /MD with /MT etc.

This also bakes the /M options into a separate option group to make
them easier to refer to from the code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190529 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/CLCompatOptions.td
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp
test/Driver/cl-runtime-flags.c