forked from OSchip/llvm-project
parent
7e5f75aa37
commit
6cf83480ea
|
@ -398,7 +398,7 @@ enum class TemplateSubstitutionKind : char {
|
||||||
return newScope;
|
return newScope;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// deletes the given scope, and all otuer scopes, down to the
|
/// deletes the given scope, and all outer scopes, down to the
|
||||||
/// given outermost scope.
|
/// given outermost scope.
|
||||||
static void deleteScopes(LocalInstantiationScope *Scope,
|
static void deleteScopes(LocalInstantiationScope *Scope,
|
||||||
LocalInstantiationScope *Outermost) {
|
LocalInstantiationScope *Outermost) {
|
||||||
|
|
Loading…
Reference in New Issue