aaron.ballman added inline comments.
================ Comment at: clang/lib/AST/ASTContext.cpp:2608 + continue; + else if (!Context.hasUniqueObjectRepresentations(Field->getType())) + return llvm::None; ---------------- You can drop the `else` after this sorta-return if you'd like. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89649/new/ https://reviews.llvm.org/D89649 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits