This patch adds a "Qualified Aliases" check, based off the guidelines in https://abseil.io/tips/119, to the abseil module.
The check flags any using declarations which are not fully qualified.
Differential D55346
[clang-tidy] check for using declaration qualification Naysh on Dec 5 2018, 4:39 PM. Authored by
Details This patch adds a "Qualified Aliases" check, based off the guidelines in https://abseil.io/tips/119, to the abseil module. The check flags any using declarations which are not fully qualified.
Diff Detail Event Timeline
Comment Actions Could you send each check in a separate patch, please? This makes the review much more straightforward and I'm sure it will be faster too.
Comment Actions To respond to alexfh's request to split this submission into four separate patches (corresponding to each of the introduced checks), I've updated the patch to only include the "Qualified Aliases" check. I'll add the other checks as separate patches.
|
Please upload the patch with full context. See https://llvm.org/docs/Phabricator.html