https://github.com/AaronBallman commented: I think we should handle pre-C++17 as well, because the constructors *are* called there: https://godbolt.org/z/YWjb8P67c (the ASTs are different but the runtime effects are not). https://github.com/llvm/llvm-project/pull/81127