[PATCH] D119476: Generalize and harmonize sub-expression traversal
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 10 13:19:10 PST 2022
kimgr added inline comments.
================
Comment at: clang/lib/AST/Expr.cpp:1903
+// Skip over implicit nodes produced as part of semantic analysis.
+// Designed for use with IgnoreExpreNodes.
+Expr *ignoreImplicitSemaNodes(Expr *E) {
----------------
Typo: IgnoreExpr*e*Nodes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119476/new/
https://reviews.llvm.org/D119476
More information about the cfe-commits
mailing list