aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
diff options
context:
space:
mode:
authorKirill Bobyrev <kbobyrev@google.com>2021-10-26 16:08:54 +0200
committerKirill Bobyrev <kbobyrev@google.com>2021-10-26 16:08:54 +0200
commit1c2e249f938c50e1b331a1f7adc83c0a381f3897 (patch)
treebaf6ebf6338b2df07f947e83d6c299b5c77f7c67 /llvm/tools/llvm-readobj/llvm-readobj.cpp
parenteb16570ab004ba2b9fa8b12ccc8cc12690ebe242 (diff)
downloadllvm-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