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 1ee609a commit ced5a72Copy full SHA for ced5a72
clang/include/clang/Sema/SemaConcept.h
@@ -135,7 +135,7 @@ struct NormalizedConstraint {
135
bool isFoldExpanded() const {
136
return Constraint.is<FoldExpandedConstraint *>();
137
}
138
- bool isCompound() const { return Constraint.is<CompoundConstraint *>(); }
+ bool isCompound() const { return Constraint.is<CompoundConstraint>(); }
139
140
CompoundConstraintKind getCompoundKind() const {
141
assert(isCompound() && "getCompoundKind on a non-compound constraint..");
0 commit comments