[Lldb-commits] [PATCH] D102092: [lldb] Enable -Wmisleading-indentation
Danila Malyutin via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 31 08:02:35 PDT 2021
danilaml added a comment.
I remember some noise due to this option (albeit on GCC), because it stops tracking indentation when the number of lines is too big, as it is for files including TableGen'ed inc files. Not sure if there is a way to improve it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102092/new/
https://reviews.llvm.org/D102092
More information about the lldb-commits
mailing list