aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-10-23 20:39:58 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-10-23 20:39:58 +0000
commit1d1f232041c18d7516ca0d853492c02272c55f2e (patch)
tree224628fe92ea1096d0ab4c31a2cbd38985ef1310 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
parent7c7be2fa42b4ce81f33a8712e9900091f9d805be (diff)
downloadllvm-1d1f232041c18d7516ca0d853492c02272c55f2e.zip
llvm-1d1f232041c18d7516ca0d853492c02272c55f2e.tar.gz
llvm-1d1f232041c18d7516ca0d853492c02272c55f2e.tar.bz2
Disabling some MSVC warnings that are of questionable value. Note, these are disabled by default in LLVM as well, so there is precedence.
C4146: 'unary minus operator applied to unsigned type, result still unsigned' C4291: ''declaration' : no matching operator delete found; memory will not be freed if initialization throws an exception' C4800: ''type' : forcing value to bool 'true' or 'false' (performance warning)' llvm-svn: 220507
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
0 files changed, 0 insertions, 0 deletions