Disable some of the warnings from clang-tidy, in particular,
readability-identifier-naming. They add clutter to reviews.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Perhaps update clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp to include flang in the llvm-include-order rule?
Comment Actions
clang-format already enforces the include order so I don't think we need clang-tidy to check it.
Comment Actions
I put out a call on slack for a volunteer to update clang-tidy/llvm/IncludeOrderCheck.cpp