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