[PATCH] D102092: [lldb] Enable -Wmisleading-indentation

Danila Malyutin via Phabricator via llvm-commits llvm-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 llvm-commits mailing list