]> granicus.if.org Git - clang/commit
do not warn about unknown pragmas in modes that do not handle them (pr9537)
authorLubos Lunak <l.lunak@centrum.cz>
Wed, 4 Dec 2013 10:21:41 +0000 (10:21 +0000)
committerLubos Lunak <l.lunak@centrum.cz>
Wed, 4 Dec 2013 10:21:41 +0000 (10:21 +0000)
commitd4b7eeb6b126b6ff4c11535b20471e11fad18c6b
tree4ad8a55ff21f6148b87f2b42df2ec754b6f807fd
parent76aef2149440afb75620bd4a3ca824ef0b968305
do not warn about unknown pragmas in modes that do not handle them (pr9537)

And refactor to have just one place in code that sets up the empty
pragma handlers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196372 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Frontend/FrontendActions.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/Pragma.cpp
lib/Rewrite/Frontend/InclusionRewriter.cpp