forked from OSchip/llvm-project
parent
51428e363f
commit
3141d605b9
|
@ -1404,7 +1404,7 @@ public:
|
||||||
case NC_VarTemplate:
|
case NC_VarTemplate:
|
||||||
return TNK_Var_template;
|
return TNK_Var_template;
|
||||||
default:
|
default:
|
||||||
llvm_unreachable("unsuported name classification.");
|
llvm_unreachable("unsupported name classification.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue