Implement basic support for parsing #pragma comment, a microsoft extension
documented here: http://msdn.microsoft.com/en-us/library/7f0aews7(VS.80).aspx This is according to my understanding reading the docs, I don't know if it really agrees fully with what VC++ allows. llvm-svn: 62317
Showing
- clang/include/clang/Basic/DiagnosticKinds.def 4 additions, 0 deletionsclang/include/clang/Basic/DiagnosticKinds.def
- clang/include/clang/Lex/Preprocessor.h 1 addition, 0 deletionsclang/include/clang/Lex/Preprocessor.h
- clang/lib/Lex/Pragma.cpp 80 additions, 0 deletionsclang/lib/Lex/Pragma.cpp
- clang/test/Preprocessor/pragma_microsoft.c 18 additions, 0 deletionsclang/test/Preprocessor/pragma_microsoft.c
Loading
Please register or sign in to comment