]> granicus.if.org Git - clang/commit
[NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 12 Mar 2019 21:31:00 +0000 (21:31 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 12 Mar 2019 21:31:00 +0000 (21:31 +0000)
commit6efa0a5616535c6854acc9e0a8f136c3fa801ba7
treec46214232619051b5f3a77148f54faeac5aebbc5
parent41572cdade8f51dc0c61dca29787cd136acef338
[NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`

Summary:
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. :/

Reviewers: arphaman, sammccall, smeenai, aprantl, rsmith, jordan_rose

Reviewed By: jordan_rose

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D59197

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355987 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp