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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/AST/ast-dump-fpfeatures.cpp | ||
---|---|---|
2 | Can you also test the serialization by round-tripping through a PCH (see the other AST dump tests for an example)? |
Can you also test the serialization by round-tripping through a PCH (see the other AST dump tests for an example)?