[PATCH] D70638: [Diagnostic] add a warning which warns about misleading indentation

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 04:07:07 PST 2019


xbolva00 added a comment.

fbmem.c case reduced:

https://godbolt.org/z/ma4aFA

Looks like kernel uses tabs here

So we have BinaryOperator <line:5:3, col:9>

If we use spaces: BinaryOperator <line:5:9, col:15> 'int' '='


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70638/new/

https://reviews.llvm.org/D70638





More information about the cfe-commits mailing list