mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
fix(tidy): Regex
This commit is contained in:
@@ -26,7 +26,7 @@ struct ModernizeNonNamespacedTypes
|
||||
|
||||
// https://clang.llvm.org/docs/LibASTMatchersReference.html
|
||||
finder.addMatcher(
|
||||
typeLoc(loc(qualType(hasDeclaration(namedDecl(matchesName("FairMQ.*")).bind("decl")))))
|
||||
typeLoc(loc(qualType(hasDeclaration(namedDecl(matchesName("::FairMQ")).bind("decl")))))
|
||||
.bind("loc"),
|
||||
&fCallback);
|
||||
}
|
||||
|
Reference in New Issue
Block a user