Details
Details
- Reviewers
chandlerc djasper alexfh - Commits
- rG9e3f269bd0d9: Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang…
rC217366: Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang…
rL217366: Add .clang-tidy configuration file to provide LLVM-optimized defaults for clang…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Do we really need a separate file for Clang? Shouldn't D5236 suffice as Clang is always checked out into LLVM?
On the other hand, I would add files containing "Checks: '-*'" into the test/ directories of both. Mosts test won't be (and don't need to be) clang-tidy clean.
Comment Actions
The question has been answered on the mailing list. I assume, this is also fine to submit, as it's the same file as in D5236.