Skip to content

Commit 2bbaddd

Browse files
committed
update arg comment
1 parent bfd7f9a commit 2bbaddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Attributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax,
7676
const IdentifierInfo *Scope, const IdentifierInfo *Attr,
7777
const TargetInfo &Target, const LangOptions &LangOpts) {
7878
return hasAttribute(Syntax, Scope, Attr, Target, LangOpts,
79-
/*CheckPlugins*/ true);
79+
/*CheckPlugins=*/true);
8080
}
8181

8282
const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) {

0 commit comments

Comments
 (0)