]> granicus.if.org Git - clang/commit
Revert r196372, "do not warn about unknown pragmas in modes that do not handle them...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 4 Dec 2013 11:12:26 +0000 (11:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 4 Dec 2013 11:12:26 +0000 (11:12 +0000)
commitac808362b209f9b1f7436f0a597e441444bc08cb
tree5bc388d1c4b4f0afcace3497d742222f627c858b
parentd4b7eeb6b126b6ff4c11535b20471e11fad18c6b
Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)"

It broke clang tests on some hosts with +Asserts. Seems "STDC" clashes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196376 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