These ObjC AST classes inherit from Stmt, but don't call VisitStmt(S);.
Some were founded with help of existing tests (with NumStmtFields bumped to 1),
but some of them don't even have PCH test coverage. :/
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
VisitStmt() is empty currently, there is currently no data serialized by the Stmt itself.
D59214 changes that.
Comment Actions
I'm no Clang serialization expert but this makes sense to me. It's consistent with all the other statement visitor methods.