[PATCH] D111525: [fir] Update clang-tidy for the Optimizer directory
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 15:17:04 PDT 2021
schweitz added a comment.
In D111525#3055658 <https://reviews.llvm.org/D111525#3055658>, @mehdi_amini wrote:
> I'm a bit puzzled, many of the values are already defined at the top-level and I don't see an override on the path there. What's the effect of this?
>
> Please provide correct commit description, just saying `Update .clang-tidy file with the value used in fir-dev.` isn't helpful.
Actually, they aren't. flang/.clang-tidy has a number of deltas to {mlir,llvm}/.clang-tidy, as the front end uses its own style. The files under Optimizer use the MLIR style since the code makes very heavy use of MLIR (obviously).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111525/new/
https://reviews.llvm.org/D111525
More information about the llvm-commits
mailing list