File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/lib/StaticAnalyzer/Core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ bool ento::CallDescription::matchNameOnly(const NamedDecl *ND) const {
89
89
// FIXME This comparison is way SLOWER than comparing pointers.
90
90
// At some point in the future, we should compare FunctionDecl pointers.
91
91
return Name.getAsString () == getFunctionName ();
92
- };
92
+ }
93
93
94
94
bool ento::CallDescription::matchQualifiedNameParts (const Decl *D) const {
95
95
const auto FindNextNamespaceOrRecord =
@@ -115,7 +115,7 @@ bool ento::CallDescription::matchQualifiedNameParts(const Decl *D) const {
115
115
116
116
// We matched if we consumed all expected qualifier segments.
117
117
return QualifierPartsIt == QualifierPartsEndIt;
118
- };
118
+ }
119
119
120
120
bool ento::CallDescription::matchesImpl (const FunctionDecl *FD, size_t ArgCount,
121
121
size_t ParamCount) const {
You can’t perform that action at this time.
0 commit comments