[clang] [Clang][Sema]: Allow copy constructor side effects (PR #81127)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 29 07:34:57 PST 2024


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


More information about the cfe-commits mailing list