diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2018-11-20 20:50:04 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2018-11-20 20:50:04 +0000 |
commit | 02e1f1915f94413a64efd295fa3dc63d40046fcf (patch) | |
tree | bbde6cd4b370b866823956dc8edf4093f13ff1a8 /llvm/unittests/Support/Path.cpp | |
parent | 422c4295c3786d2ccce566f3b5b8f6eab90eaa83 (diff) | |
download | bcm5719-llvm-02e1f1915f94413a64efd295fa3dc63d40046fcf.tar.gz bcm5719-llvm-02e1f1915f94413a64efd295fa3dc63d40046fcf.zip |
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
Diffstat (limited to 'llvm/unittests/Support/Path.cpp')
0 files changed, 0 insertions, 0 deletions