"clang/test/Analysis/temporaries.cpp" did not exist on "79a2788512b6b342b681f2e1b97ff06d6714e142"
[libcxx] [test] Silence MSVC warning C4146.
This test code triggers the MSVC warning: "unary minus operator applied to unsigned type, result still unsigned" Although it would be possible to change the test code to avoid this warning, I have chosen to simply silence it. Fixes D45594. llvm-svn: 329976
Loading
Please sign in to comment