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 b025d69 commit c5c530fCopy full SHA for c5c530f
clang/lib/Sema/Scope.cpp
@@ -228,7 +228,11 @@ void Scope::dumpImpl(raw_ostream &OS) const {
228
{CompoundStmtScope, "CompoundStmtScope"},
229
{ClassInheritanceScope, "ClassInheritanceScope"},
230
{CatchScope, "CatchScope"},
231
+ {ConditionVarScope, "ConditionVarScope"},
232
+ {OpenMPOrderClauseScope, "OpenMPOrderClauseScope"},
233
+ {LambdaScope, "LambdaScope"},
234
{OpenACCComputeConstructScope, "OpenACCComputeConstructScope"},
235
+ {TypeAliasScope, "TypeAliasScope"},
236
{FriendScope, "FriendScope"},
237
};
238
0 commit comments