forked from OSchip/llvm-project
parent
ff7692a867
commit
248bc72737
|
@ -9495,6 +9495,7 @@ bool IsPotentiallyEvaluatedContext(Sema &SemaRef) {
|
|||
// containing expression is used.
|
||||
return false;
|
||||
}
|
||||
llvm_unreachable("Invalid context");
|
||||
}
|
||||
|
||||
/// \brief Mark a function referenced, and check whether it is odr-used
|
||||
|
|
Loading…
Reference in New Issue