aaron.ballman added inline comments.
================ Comment at: clang/include/clang/AST/Expr.h:2343-2344 -protected: - /// Set FPFeatures in trailing storage, used only by Serialization + /// Set FPFeatures in trailing storage, used by Serialization & ASTImporter void setStoredFPFeatures(FPOptionsOverride F) { getTrailingFPFeatures() = F; } ---------------- Rather than make this a public API, would it instead make sense to add `friend class ASTNodeImporter;` at the end of the class? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156201/new/ https://reviews.llvm.org/D156201 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits