Silencing C4141 warnings that were introduced en masse because __forceinline cannot...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 10 Sep 2015 12:53:40 +0000 (12:53 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 10 Sep 2015 12:53:40 +0000 (12:53 +0000)
commit377dd664cbb224c625fe9806debfbe77e6a8cf66
tree0589ba39cda6ccdbc23714105e2bbc6d7b9bbafe
parent2d07ebfe44db765f9f9f12e8c84fa0febb241c28
Silencing C4141 warnings that were introduced en masse because __forceinline cannot be combined with inline in MSVC without triggering this diagnostic. This is safe to disable because clang will catch instances of the issue with -Wduplicate-decl-specifier, so we are not losing diagnostic coverage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247275 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake