]> granicus.if.org Git - clang/commit
clang-cl: ignore the /sdl[-] flag
authorHans Wennborg <hans@hanshq.net>
Tue, 8 Oct 2013 16:56:54 +0000 (16:56 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 8 Oct 2013 16:56:54 +0000 (16:56 +0000)
commit7949acf370bd3f1f47c15f29ecaa28b8797a9c1f
tree42af04fc03c5ad9b9c8f4fade8e33230e926c1c2
parent2a0a49612ec8866fe2e75b1e0aab04326861b5f2
clang-cl: ignore the /sdl[-] flag

In cl.exe, this flag turns some warnings into errors and adds some
codegen security checks. I don't think we intend to support this.

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