Silence C4709 in MSVC because it is buggy.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 20 Nov 2018 20:50:04 +0000 (20:50 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 20 Nov 2018 20:50:04 +0000 (20:50 +0000)
commit02e1f1915f94413a64efd295fa3dc63d40046fcf
treebbde6cd4b370b866823956dc8edf4093f13ff1a8
parent422c4295c3786d2ccce566f3b5b8f6eab90eaa83
Silence C4709 in MSVC because it is buggy.

The diagnostic will trigger on code that does not have any comma operator, but instead default-constructs an object with an explicitly defaulted constructor as the array index argument.

llvm-svn: 347345
llvm/cmake/modules/HandleLLVMOptions.cmake