Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/AST/RecursiveASTVisitor.h | ||
---|---|---|
649 | There's only one place that call PostVisitStmt. Could we pull this conditional there? It is repeated in every macro. It would make this function much simpler, and make clear at call site what is being done |
clang/include/clang/AST/RecursiveASTVisitor.h | ||
---|---|---|
649 | Unfortunately, we can't, because every call to isSameMethod has different arguments. |
There's only one place that call PostVisitStmt. Could we pull this conditional there? It is repeated in every macro. It would make this function much simpler, and make clear at call site what is being done