]> granicus.if.org Git - clang/commit
Implemented #pragma GCC warning/error in the same mould as #pragma message.
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Wed, 17 Apr 2013 16:16:16 +0000 (16:16 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Wed, 17 Apr 2013 16:16:16 +0000 (16:16 +0000)
commit076eea20b80024fc63bbd71fb019375983680ea6
tree8d42ef66e2730c8cc45f696cc2aa95494c46617d
parent141f1d24d5aa139ebb91f7ad0252e97a25895fa4
Implemented #pragma GCC warning/error in the same mould as #pragma message.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179687 91177308-0d34-0410-b5e6-96231b3b80d8
docs/UsersManual.rst
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/PPCallbacks.h
include/clang/Lex/Preprocessor.h
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/Pragma.cpp
test/Lexer/pragma-message.c