[clang] [clang-tools-extra] WIP: Extend SourceLocation to 64 bits. (PR #146314)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 07:57:48 PDT 2025


================
@@ -682,6 +682,11 @@ class DeclarationNameTable {
   DeclarationName getCXXLiteralOperatorName(const IdentifierInfo *II);
 };
 
+struct CXXOperatorSourceInfo {
+  SourceLocation::UIntTy BeginOpNameLoc;
----------------
hokein wrote:

Interesting -- this patch was rebased recently on top of 0b6ddb02efdcbdac9426e8d857499ea0580303cd (from 4 days ago), and I don't recall any issues during the rebase.

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


More information about the cfe-commits mailing list