[clang] [Clang][Sema] Promote pointers to common address space in pointer subtraction (PR #217341)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 21 08:59:34 PDT 2026
================
@@ -5765,7 +5765,7 @@ struct EnsureImmediateInvocationInDefaultArgs
// is not always done in the context of the template instantiator,
// we run the risk of producing a dependent source location
// that would never be rebuilt.
- // This usually happens during overloadĀ resolution, or in contexts
+ // This usually happens during overload resolution, or in contexts
----------------
addmisol wrote:
Ok. Now seems to be removed.
https://github.com/llvm/llvm-project/pull/217341
More information about the cfe-commits
mailing list