Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)
We already silently ignore the /RTC, which controls the same functionality. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250099 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/Pragma.h 1 addition, 1 deletioninclude/clang/Lex/Pragma.h
- include/clang/Parse/Parser.h 1 addition, 0 deletionsinclude/clang/Parse/Parser.h
- lib/Lex/Pragma.cpp 1 addition, 1 deletionlib/Lex/Pragma.cpp
- lib/Parse/ParsePragma.cpp 8 additions, 0 deletionslib/Parse/ParsePragma.cpp
- test/Preprocessor/pragma_microsoft.c 5 additions, 2 deletionstest/Preprocessor/pragma_microsoft.c
Please register or sign in to comment