mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
fix(tidy): Regex
This commit is contained in:
parent
9297308f8a
commit
a48344bb03
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user