[clang] [libTooling] Fix `constructExprArgs` for direct-init and implicit construction (PR #139990)
Eric Li via cfe-commits
cfe-commits at lists.llvm.org
Thu May 15 07:27:27 PDT 2025
tJener wrote:
5c57e88 should fix the test failure. Forgot that they are sometimes run in pre-C++17, so there was an extra elidable `CXXConstructExpr`.
https://github.com/llvm/llvm-project/pull/139990
More information about the cfe-commits
mailing list