[PATCH] D59197: [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S); `
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 11 09:08:15 PDT 2019
lebedev.ri added a comment.
In D59197#1424644 <https://reviews.llvm.org/D59197#1424644>, @aprantl wrote:
> How can this change be NFC?
`VisitStmt()` is empty currently, there is currently no data serialized by the `Stmt` itself.
D59214 <https://reviews.llvm.org/D59214> changes that.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59197/new/
https://reviews.llvm.org/D59197
More information about the cfe-commits
mailing list