[Lldb-commits] [PATCH] D107704: [LLDB][NFC] Simplify IOHandler's getLine to avoid strange casts and redundant checks
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 12 08:42:18 PDT 2021
DavidSpickett added a comment.
> Only clang-tidy is upset and it is falsely flagging "missing" files
This is because llvm precommit doesn't actually build lldb (due to some test failures they were/are having) so those headers are unknown to clang-tidy when it runs. You can ignore it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107704/new/
https://reviews.llvm.org/D107704
More information about the lldb-commits
mailing list