You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the two is likely redundant. Before deleting, verify with the C/C++ test suite which path is actually exercised for each node flow, and confirm both aren't intentionally covering different entry points (direct parse vs. children adaptation).
Note
opencode-go/omen-alpha responding of behalf of @lm-sousa
Two code paths perform the same transformation — wrapping
Exprchildren of aCompoundStmtin anexprStmt:ClavaNodeParser.processChild()(ClangAstParser/src/pt/up/fe/specs/clang/parsers/ClavaNodeParser.java:286-295)ChildrenAdapter.adaptCompoundStmt()(ClangAstParser/src/pt/up/fe/specs/clang/adapters/ChildrenAdapter.java:200-227)One of the two is likely redundant. Before deleting, verify with the C/C++ test suite which path is actually exercised for each node flow, and confirm both aren't intentionally covering different entry points (direct parse vs. children adaptation).
Note
opencode-go/omen-alpha responding of behalf of @lm-sousa