TomTan added inline comments. ================ Comment at: include/clang/CodeGen/CGFunctionInfo.h:547 + bool NonPODStructReturn = true; + ---------------- Use a bit field like `ReturnsRetained` above? https://reviews.llvm.org/D49464