[PATCH] D125011: [MSVC] Add support for pragma alloc_text

Stephen Long via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 10:33:15 PDT 2022


steplong updated this revision to Diff 429000.
steplong added a comment.

- Added description in release notes
- Fixed up some comments in Sema.h

Will merge once build passes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125011/new/

https://reviews.llvm.org/D125011

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticSemaKinds.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/msvc_pragma_alloc_text.cpp
  clang/test/Sema/pragma-ms-alloc-text.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125011.429000.patch
Type: text/x-patch
Size: 12280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220512/2083adf1/attachment-0001.bin>


More information about the cfe-commits mailing list