[PATCH] D125723: [MSVC] Add support for MSVC pragma optimize
    Stephen Long via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jun 13 10:57:31 PDT 2022
    
    
  
steplong updated this revision to Diff 436476.
steplong added a comment.
- Parse the string in the pragma
- Some of the tests should fail. I'll fix them up once D126984 <https://reviews.llvm.org/D126984> looks good
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125723/new/
https://reviews.llvm.org/D125723
Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/include/clang/Parse/Parser.h
  clang/include/clang/Sema/Sema.h
  clang/lib/Parse/ParsePragma.cpp
  clang/lib/Sema/SemaAttr.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/test/CodeGen/pragma-msvc-optimize.c
  clang/test/Preprocessor/pragma_microsoft.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125723.436476.patch
Type: text/x-patch
Size: 15951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220613/9cb4c030/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list