================ @@ -45,6 +45,9 @@ bool areStatementsIdentical(const Stmt *FirstStmt, const Stmt *SecondStmt, const IndirectFieldDecl * findOutermostIndirectFieldDeclForField(const FieldDecl *FD); +// Undoes any pointer, reference or array indirections to get to the base type ---------------- localspook wrote:
```suggestion // Undoes any pointer, reference or array indirections to get to the base type. ``` https://github.com/llvm/llvm-project/pull/162741 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
