]> granicus.if.org Git - clang/commit
Implement #pragma push_macro, patch by Francois Pichet!
authorChris Lattner <sabre@nondot.org>
Tue, 17 Aug 2010 15:55:45 +0000 (15:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Aug 2010 15:55:45 +0000 (15:55 +0000)
commitf47724bf78299c7a50f008e0443c5f9f9f279ddc
treeb7cf002f25b853d985b12d445f45fa94b338b1a4
parent47c03a75d5a6d1dd4d9de21b9b3543e49b825809
Implement #pragma push_macro, patch by Francois Pichet!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111234 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/MacroInfo.h
include/clang/Lex/Preprocessor.h
lib/Lex/MacroInfo.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/Pragma.cpp
test/Preprocessor/pragma-pushpop-macro.c [new file with mode: 0644]