| commit | 773c391d4a3b9a6774f3f36239f4bd0fd81de372 | [log] [tgz] |
|---|---|---|
| author | Roman Lebedev <lebedev.ri@gmail.com> | Tue Mar 12 21:31:00 2019 +0000 |
| committer | Roman Lebedev <lebedev.ri@gmail.com> | Tue Mar 12 21:31:00 2019 +0000 |
| tree | 6e63bbc4515300c050a36806de94abfb456f043d | |
| parent | 8ef3da494c8e2274613dd2272f8fcfc641e19205 [diff] |
[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 llvm-svn: 355987