Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.
commit144bc08f5fe6046bd8e07de5e41a4237dd2c6275
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 21 Apr 2011 23:08:23 +0000 (21 23:08 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 21 Apr 2011 23:08:23 +0000 (21 23:08 +0000)
tree47c919da27a540cfdd05ccd69aed35f793f5ea8f
parentcfdadfe547015b916bd59aec892caa972ff76cf0
Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129951 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticLexKinds.td
lib/Basic/DiagnosticIDs.cpp
test/Misc/warn-in-system-header.c [new file with mode: 0644]
test/Misc/warn-in-system-header.h [new file with mode: 0644]