[PATCH] D31988: [clang-cl] Make all sanitizer flags available in clang-cl

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 11:44:21 PDT 2017


rnk created this revision.

Use a tablegen let {} block so that new sanitizer flags are available by
default in all driver modes. This should cut down on time wasted with
bugs like http://crbug.com/710928.


https://reviews.llvm.org/D31988

Files:
  clang/include/clang/Driver/Options.td
  clang/test/Driver/fsanitize.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31988.95010.patch
Type: text/x-patch
Size: 12074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170412/809c1926/attachment.bin>


More information about the llvm-commits mailing list