We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd7f9a commit 2bbadddCopy full SHA for 2bbaddd
clang/lib/Basic/Attributes.cpp
@@ -76,7 +76,7 @@ int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax,
76
const IdentifierInfo *Scope, const IdentifierInfo *Attr,
77
const TargetInfo &Target, const LangOptions &LangOpts) {
78
return hasAttribute(Syntax, Scope, Attr, Target, LangOpts,
79
- /*CheckPlugins*/ true);
+ /*CheckPlugins=*/true);
80
}
81
82
const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) {
0 commit comments