[clang] Propagate the result object location for CXXDefaultInitExpr. (PR #98490)

2024-07-12 Thread Samira Bazuzi via cfe-commits
https://github.com/bazuzi updated https://github.com/llvm/llvm-project/pull/98490 >From 8f51730d1f4bbca740a01b89780b6ed9bee3c3d7 Mon Sep 17 00:00:00 2001 From: Samira Bazuzi Date: Thu, 11 Jul 2024 09:56:17 -0400 Subject: [PATCH 1/2] Propagate the result object location for CXXDefaultInitExpr.

[clang] Propagate the result object location for CXXDefaultInitExpr. (PR #98490)

2024-07-11 Thread Samira Bazuzi via cfe-commits
https://github.com/bazuzi created https://github.com/llvm/llvm-project/pull/98490 These are not "original initializers"; the single node underneath represents the initializing node. >From 8f51730d1f4bbca740a01b89780b6ed9bee3c3d7 Mon Sep 17 00:00:00 2001 From: Samira Bazuzi Date: Thu, 11 Jul 2