Suppressing the C4324 warnings generated by MSVC. This is the only declarative instan...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 17 Apr 2015 19:35:44 +0000 (19:35 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 17 Apr 2015 19:35:44 +0000 (19:35 +0000)
commite52a0d445d3eba3f41d00b1356c52b4cc624afd1
tree3bf31a6173e9272f5c3ff52837430cb7c977bba6
parent5c1c08cd1f9a318233d276cb5e7b13107ebc94b2
Suppressing the C4324 warnings generated by MSVC. This is the only declarative instance that would generate the warning, but it accounted for about 525+ warnings due to template instantiations. This is a marginal-value warning which we may decide to disable more broadly, but since this header is in Support and may be used out of tree, it's a low burden for us to be warning-free in this case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235219 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/AlignOf.h