[PATCH] D92175: [clang-tidy] Add support for loading configs for specific files.

2020-11-26 Thread Nathan James via Phabricator via cfe-commits
njames93 added a comment. In D92175#2418651 , @sammccall wrote: > Currently AFAICS there's just *one* check that ever reads the config for > other files, and it could be redesigned not to do so - by conservatively > renaming only identifiers declared in

[PATCH] D92175: [clang-tidy] Add support for loading configs for specific files.

2020-11-26 Thread Sam McCall via Phabricator via cfe-commits
sammccall added a comment. I get the motivation for wanting to have a good, accessible way to do this thing that is possible today, but at the same time... I'm not sure we should pave this cow path, or even keep it. Clang-tidy's configuration system is *really* complicated, and I don't think t

[PATCH] D92175: [clang-tidy] Add support for loading configs for specific files.

2020-11-26 Thread Nathan James via Phabricator via cfe-commits
njames93 created this revision. njames93 added reviewers: aaron.ballman, alexfh, gribozavr2. Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, xazax.hun. Herald added a project: clang. njames93 requested review of this revision. There was already a basic version of this in Iden