[clang] [Clang] Allow devirtualization involving array subscripts with constant indices when the pointee type is known (PR #130528)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 18 06:20:12 PDT 2025
================
@@ -1689,7 +1689,7 @@ static NamedDecl* getLambdaCallOperatorHelper(const CXXRecordDecl &RD) {
// auto L = [](T) { }; // But A's call operator would want A's here.
// }
//
- // Walk the call operator’s redecl chain to find the one that belongs
+ // Walk the call operator's redecl chain to find the one that belongs
----------------
erichkeane wrote:
Unrelated change.
https://github.com/llvm/llvm-project/pull/130528
More information about the cfe-commits
mailing list