Add support for Microsoft's __pragma in the preprocessor.
Patch by Francois Pichet! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112391 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/Preprocessor.h 9 additions, 1 deletioninclude/clang/Lex/Preprocessor.h
- lib/Lex/PPMacroExpansion.cpp 10 additions, 2 deletionslib/Lex/PPMacroExpansion.cpp
- lib/Lex/Pragma.cpp 51 additions, 3 deletionslib/Lex/Pragma.cpp
- test/Preprocessor/pragma_microsoft.c 20 additions, 0 deletionstest/Preprocessor/pragma_microsoft.c
Loading
Please register or sign in to comment