================
@@ -428,11 +428,6 @@ void ContainerSizeEmptyCheck::check(const
MatchFinder::MatchResult &Result) {
if (CTS->getSpecializationKind() == TSK_ImplicitInstantiation)
Container = CTS->getSpecializedTemplate();
}
- const auto *Empty = Result.Nodes.getNodeAs<FunctionDecl>("empty");
----------------
vbvictor wrote:
We should remove binding to "empty" in matchers
https://github.com/llvm/llvm-project/pull/185085
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits