| commit | a05bb6bd7016c4e43d1dca4bcd969cb245d2ad43 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Nov 13 17:14:11 2012 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Nov 13 17:14:11 2012 +0000 |
| tree | 303660a12381fc3f6c77bcc530cf8d73ff2468d0 | |
| parent | 379574fd20cb9ac83f126f9a6111f202f5120c71 [diff] |
Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifierLocs. The RecursiveASTVisitor assumes that any given Traverse-method can be called with a NULL-node. So the subclass needs to handle these appropriately. llvm-svn: 167850