]> granicus.if.org Git - clang/commit
Suppress useless -Wshadow warning when using _mm* macros from emmintrin.h
authorTed Kremenek <kremenek@apple.com>
Mon, 7 Oct 2013 23:51:11 +0000 (23:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 7 Oct 2013 23:51:11 +0000 (23:51 +0000)
commit185f156e41b38c2452dba7bb0ee44067f8d92538
treed3eacd54a518a5320ffa79cc4aa02f436e13fb3e
parent5c7a04aceadf1c9efa060ad149aa0704f3e9ce8d
Suppress useless -Wshadow warning when using _mm* macros from emmintrin.h

Fixes <rdar://problem/10679282>.

I'm not completely satisfied with this patch.  Sprinkling "diagnostic ignored"
_Pragmas throughout this file is gross, but I couldn't suppress
it for the entire file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/emmintrin.h
test/Sema/warn-shadow.c