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
Showing
- include/clang/Basic/DiagnosticLexKinds.td 4 additions, 0 deletionsinclude/clang/Basic/DiagnosticLexKinds.td
- include/clang/Lex/MacroInfo.h 19 additions, 2 deletionsinclude/clang/Lex/MacroInfo.h
- include/clang/Lex/Preprocessor.h 16 additions, 1 deletioninclude/clang/Lex/Preprocessor.h
- lib/Lex/MacroInfo.cpp 18 additions, 0 deletionslib/Lex/MacroInfo.cpp
- lib/Lex/PPDirectives.cpp 15 additions, 4 deletionslib/Lex/PPDirectives.cpp
- lib/Lex/Pragma.cpp 125 additions, 0 deletionslib/Lex/Pragma.cpp
- test/Preprocessor/pragma-pushpop-macro.c 33 additions, 0 deletionstest/Preprocessor/pragma-pushpop-macro.c
Loading
Please register or sign in to comment