mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 01:26:47 +00:00
fix(tidy): Regex
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user