]> granicus.if.org Git - clang/commit
Add -Wignored-pragma-intrinsic flag
authorAlbert Gutowski <agutowski@google.com>
Wed, 21 Sep 2016 20:19:21 +0000 (20:19 +0000)
committerAlbert Gutowski <agutowski@google.com>
Wed, 21 Sep 2016 20:19:21 +0000 (20:19 +0000)
commit1db13efe1beedb177f329d6b3945b08b6f460468
tree6133f970b07ae9e988d148cffbdcd65ae15be896
parent7ca59a723e260266ad3418fb1393281e08f9f1cb
Add -Wignored-pragma-intrinsic flag

Summary: People might want to receive warnings about pragmas but not about intrinsics that are implemented in intrin.h.

Reviewers: thakis, hans

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D24775

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282108 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
test/Preprocessor/pragma_microsoft.c