This patch adds one check corresponding to the Scope of the Alias section in https://abseil.io/tips/119.
In particular, it is better to put aliases in the innermost namespace when there is any such scope.
Differential D55411
[clang-tidy] check for flagging using declarations not in the inner most namespace Ywicheng on Dec 6 2018, 10:04 PM. Authored by
Details
This patch adds one check corresponding to the Scope of the Alias section in https://abseil.io/tips/119. In particular, it is better to put aliases in the innermost namespace when there is any such scope.
Diff Detail Event Timeline
|
Why is this not also checking that the using declaration is not within a header file?