diff options
author | Kirill Bobyrev <kbobyrev@google.com> | 2021-10-26 16:08:54 +0200 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev@google.com> | 2021-10-26 16:08:54 +0200 |
commit | 1c2e249f938c50e1b331a1f7adc83c0a381f3897 (patch) | |
tree | baf6ebf6338b2df07f947e83d6c299b5c77f7c67 /llvm/tools/llvm-readobj/llvm-readobj.cpp | |
parent | eb16570ab004ba2b9fa8b12ccc8cc12690ebe242 (diff) | |
download | llvm-1c2e249f938c50e1b331a1f7adc83c0a381f3897.zip llvm-1c2e249f938c50e1b331a1f7adc83c0a381f3897.tar.gz llvm-1c2e249f938c50e1b331a1f7adc83c0a381f3897.tar.bz2 |
[clangd] IncludeCleaner: don't stop the traversal
I was under the impression that `return false;` in the
RecursiveASTVisitor stops the traversal for the subtree but it appears
that it stops the whole tree traversal, so this change introduces a bug
where `ReferencedLocationCrawler` will not collect any symbols past an
enum.
This is a follow-up on D112209.
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions