-
- Downloads
Add support to clang-cl driver for /GS switch
Summary: This patch is adding command-line support for the MSVC buffer security check. The buffer security check is turned on with the '/GS' compiler switch. https://msdn.microsoft.com/en-us/library/8dbf701c.aspx The MSVC buffer security check in implemented here: http://reviews.llvm.org/D20346 Reviewers: hans, rnk Subscribers: chrisha, cfe-commits, rnk, hans, thakis Differential Revision: http://reviews.llvm.org/D20347 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272832 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Driver/CLCompatOptions.td 2 additions, 2 deletionsinclude/clang/Driver/CLCompatOptions.td
- lib/Driver/Tools.cpp 13 additions, 0 deletionslib/Driver/Tools.cpp
- test/Driver/cl-fallback.c 6 additions, 1 deletiontest/Driver/cl-fallback.c
- test/Driver/cl-options.c 10 additions, 0 deletionstest/Driver/cl-options.c
Loading
Please register or sign in to comment