[libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained manner.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D32926
[libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained manner. ClosedPublic Authored by STL_MSFT on May 5 2017, 4:49 PM.
Details
Summary [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained manner.
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 5 2017, 4:58 PM
Revision Contents
Diff 98040 test/std/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp
test/std/utilities/template.bitset/bitset.cons/default.pass.cpp
test/std/utilities/template.bitset/bitset.cons/string_ctor.pass.cpp
test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
test/std/utilities/template.bitset/bitset.members/count.pass.cpp
test/std/utilities/template.bitset/bitset.members/flip_all.pass.cpp
test/std/utilities/template.bitset/bitset.members/flip_one.pass.cpp
test/std/utilities/template.bitset/bitset.members/index.pass.cpp
test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp
test/std/utilities/template.bitset/bitset.members/left_shift.pass.cpp
test/std/utilities/template.bitset/bitset.members/left_shift_eq.pass.cpp
test/std/utilities/template.bitset/bitset.members/not_all.pass.cpp
test/std/utilities/template.bitset/bitset.members/op_and_eq.pass.cpp
test/std/utilities/template.bitset/bitset.members/op_eq_eq.pass.cpp
test/std/utilities/template.bitset/bitset.members/op_or_eq.pass.cpp
test/std/utilities/template.bitset/bitset.members/op_xor_eq.pass.cpp
test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp
test/std/utilities/template.bitset/bitset.members/right_shift.pass.cpp
test/std/utilities/template.bitset/bitset.members/right_shift_eq.pass.cpp
test/std/utilities/template.bitset/bitset.members/set_all.pass.cpp
test/std/utilities/template.bitset/bitset.members/test.pass.cpp
test/std/utilities/template.bitset/bitset.members/to_string.pass.cpp
test/std/utilities/template.bitset/bitset.operators/op_and.pass.cpp
test/std/utilities/template.bitset/bitset.operators/op_not.pass.cpp
test/std/utilities/template.bitset/bitset.operators/op_or.pass.cpp
test/support/msvc_stdlib_force_include.hpp
|