commit | 377dd664cbb224c625fe9806debfbe77e6a8cf66 | [log] [tgz] |
---|---|---|
author | Aaron Ballman <aaron@aaronballman.com> | Thu Sep 10 12:53:40 2015 +0000 |
committer | Aaron Ballman <aaron@aaronballman.com> | Thu Sep 10 12:53:40 2015 +0000 |
tree | 0589ba39cda6ccdbc23714105e2bbc6d7b9bbafe | |
parent | 2d07ebfe44db765f9f9f12e8c84fa0febb241c28 [diff] |
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