[PATCH] D69272: Enable '#pragma STDC FENV_ACCESS' in frontend
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 26 23:56:57 PST 2019
sepavloff updated this revision to Diff 235392.
sepavloff added a comment.
Updated patch
Removed the previous limitation on use of the pragma, which restricted the
pragma to the topmost block only. It should favor users who do not bother
about performance but want the usage be as defined by the Standard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69272/new/
https://reviews.llvm.org/D69272
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/Parse/ParsePragma.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Sema/SemaStmt.cpp
clang/lib/Sema/TreeTransform.h
clang/test/CodeGen/pragma-fenv_access.c
clang/test/Parser/pragma-fenv_access.c
clang/test/Preprocessor/pragma_unknown.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69272.235392.patch
Type: text/x-patch
Size: 11575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191227/0063e1fe/attachment-0001.bin>
More information about the cfe-commits
mailing list