File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 99#include " ShadowedNamespaceFunctionCheck.h"
1010#include " ../utils/FixItHintUtils.h"
1111#include " clang/AST/ASTContext.h"
12- #include " clang/ASTMatchers/ASTMatchers.h"
1312#include " clang/AST/Decl.h"
1413#include " clang/AST/DeclCXX.h"
14+ #include " clang/ASTMatchers/ASTMatchers.h"
1515#include " llvm/ADT/STLExtras.h"
1616
1717using namespace clang ;
1818using namespace clang ::ast_matchers;
1919using namespace clang ::tidy;
2020
21- namespace clang {
22- namespace tidy {
23- namespace misc {
21+ namespace clang ::tidy::misc {
2422
2523static bool hasSameParameters (const FunctionDecl *Func1, const FunctionDecl *Func2) {
2624 if (Func1->param_size () != Func2->param_size ())
@@ -138,7 +136,5 @@ std::pair<const FunctionDecl *, const NamespaceDecl *> ShadowedNamespaceFunction
138136 return {nullptr , nullptr };
139137}
140138
141- } // namespace misc
142- } // namespace tidy
143- } // namespace clang
139+ } // namespace clang::tidy::misc
144140
You can’t perform that action at this time.
0 commit comments