[PATCH] D102092: [lldb] Enable -Wmisleading-indentation
Dave Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 11:38:57 PDT 2021
kastiglione added a comment.
@thakis thanks for pointing that out. I had tried `-Wall` using the clang included with the latest version of Xcode, and that does not enable `-Wmisleading-indentation`. I see from the compiler explorer that recent clang versions do include misleading indentation diagnostics with `-Wall`. It seems worth keeping in until an Xcode release includes it with `-Wall`.
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