diff options
author | Serge Pavlov <sepavloff@gmail.com> | 2020-09-12 14:30:44 +0700 |
---|---|---|
committer | Serge Pavlov <sepavloff@gmail.com> | 2020-09-12 14:30:44 +0700 |
commit | 6c8041aa0ffed827636935e59c489b1e390c8542 (patch) | |
tree | 75d0b11355a52ae5400f49d4ba96bfb997f447b9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0680a3d56d8b5bcb6647a1149f0de156f72edf91 (diff) | |
download | llvm-6c8041aa0ffed827636935e59c489b1e390c8542.zip llvm-6c8041aa0ffed827636935e59c489b1e390c8542.tar.gz llvm-6c8041aa0ffed827636935e59c489b1e390c8542.tar.bz2 |
[AST][FPEnv] Keep FP options in trailing storage of CastExpr
This change allow a CastExpr to have optional FPOptionsOverride object,
stored in trailing storage. Of all cast nodes only ImplicitCastExpr,
CStyleCastExpr, CXXFunctionalCastExpr and CXXStaticCastExpr are allowed
to have FPOptions.
Differential Revision: https://reviews.llvm.org/D85960
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions