[PATCH] D124702: [MSVC] Add support for pragma function
Stephen Long via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 29 14:55:57 PDT 2022
steplong created this revision.
steplong added reviewers: rnk, rsmith, whunt, hans, thakis.
Herald added a project: All.
steplong requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
MSVC pragma function tells the compiler to generate calls to functions in the pragma function list, instead of using the builtin. Needs https://reviews.llvm.org/D124701
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124702
Files:
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-ms-function.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124702.426168.patch
Type: text/x-patch
Size: 8438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220429/e91940a6/attachment-0001.bin>
More information about the cfe-commits
mailing list