[PATCH] D84343: [AST] Keep FP options in trailing storage of CallExpr
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 09:59:34 PDT 2020
sepavloff created this revision.
sepavloff added reviewers: rjmccall, mibintc.
Herald added a subscriber: martong.
Herald added a reviewer: shafik.
Herald added a project: clang.
This change allow a CallExpr to have optional FPOptionsOverride object,
stored in trailing storage. The implementaion is made similar to the way
used in BinaryOperator.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84343
Files:
clang/include/clang/AST/Expr.h
clang/include/clang/AST/ExprCXX.h
clang/include/clang/AST/Stmt.h
clang/include/clang/AST/TextNodeDumper.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Expr.cpp
clang/lib/AST/ExprCXX.cpp
clang/lib/AST/TextNodeDumper.cpp
clang/lib/Analysis/BodyFarm.cpp
clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
clang/lib/Frontend/Rewrite/RewriteObjC.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/test/AST/ast-dump-fpfeatures.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84343.279868.patch
Type: text/x-patch
Size: 57845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200722/068199f7/attachment-0001.bin>
More information about the cfe-commits
mailing list