dougsonos wrote: Added that as test `nb24()`, thanks.
The possible redundancy between `CXXBindTemporaryExpr` and `VarDecl` with a destructor is tricky. Most of the time temporaries seem to be orthogonal to `VarDecls` -- it's clearly not as simple as removing the check on `VarDecl`. https://github.com/llvm/llvm-project/pull/166110 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
