Skip to content

Commit e4ab713

Browse files
committed
chore: visitor helpers are not anonymous
1 parent fcb2d60 commit e4ab713

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/AST/ASTVisitorHelpers.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
namespace clang {
2222
namespace mrdox {
2323

24-
namespace {
25-
2624
AccessKind
2725
convertToAccessKind(
2826
AccessSpecifier spec)
@@ -241,8 +239,6 @@ void insertChild(RecordInfo& I, Args&&... args)
241239
}
242240
}
243241

244-
} // (anon)
245-
246242
} // mrdox
247243
} // clang
248244

0 commit comments

Comments
 (0)