Details
Details
- Reviewers
MaskRay - Commits
- rG298c9fae9370: [NFC][compiler-rt] Refine .clang-tidy checks
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! I think one reason that people don't use InheritParentConfig is that it is too new (cb1ee34e9d32fce84613827693a8ed3aff1d36cf 2020-04). For pre-merge checkers' purposes, we can use it I think... Is InheritParentConfig ignored for older clang-tidy?
Comment Actions
I didn't know that this is so new.
It reports error and turn on set of default checks which cause a lot of warning on compiler-rt.
If we can't use, I'd rather not duplicate and use single root config like it's now with your patch.
I'd try to merge it. WDYT?