[clang] [Clang] Back out the source location workaround for CXXConstructExpr (PR #145260)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 26 00:47:15 PDT 2025


================
@@ -98,7 +98,36 @@ namespace {
     CXXCastPath BasePath;
     bool IsARCUnbridgedCast;
 
-    SourceRange OpRange;
+    struct OpRangeType {
+      SourceLocation Ranges[3];
----------------
zyn0217 wrote:

Renamed to Locations :)

https://github.com/llvm/llvm-project/pull/145260


More information about the cfe-commits mailing list