[PATCH] D84343: [AST] Keep FP options in trailing storage of CallExpr
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 10:08:26 PDT 2020
riccibruno added inline comments.
================
Comment at: clang/test/AST/ast-dump-fpfeatures.cpp:1
+// RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -ast-dump | FileCheck %s
+
----------------
Can you also test the serialization by round-tripping through a PCH (see the other AST dump tests for an example)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84343/new/
https://reviews.llvm.org/D84343
More information about the cfe-commits
mailing list