]> granicus.if.org Git - clang/commit
Now that GCC will have #pragma push/pop (in GCC 4.6), allow the
authorDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 15:15:34 +0000 (15:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 15:15:34 +0000 (15:15 +0000)
commit6493a4d7129673f7878da2382dedf4f9abc57e4c
tree3530a58262007f731e08a955acddf5137f8b0d26
parent5b6f769a6abda4da44186cc8e6a2d6ed37dc9344
Now that GCC will have #pragma push/pop (in GCC 4.6), allow the
#pragma without requiring it to be in the "clang" namespace, from
Louis Gerbarg!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112484 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/Pragma.cpp
test/Preprocessor/pragma_diagnostic.c
test/Preprocessor/pushable-diagnostics.c