[clang] [Clang] Back out the source location workaround for CXXConstructExpr (PR #145260)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 24 11:09:38 PDT 2025
================
@@ -98,7 +98,36 @@ namespace {
CXXCastPath BasePath;
bool IsARCUnbridgedCast;
- SourceRange OpRange;
+ struct OpRangeType {
+ SourceLocation Ranges[3];
----------------
erichkeane wrote:
This is a strange variable name here... `Ranges` for a series of locations?
https://github.com/llvm/llvm-project/pull/145260
More information about the cfe-commits
mailing list