Skip to content

Commit

Permalink
Fix MSVC 'not all control paths return a value' warning. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jan 26, 2022
1 parent 4723f3c commit 04754af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp
Expand Up @@ -205,6 +205,7 @@ static bool treatLikePointer(QualType Ty, PLTClass C, ASTContext &Context) {
case PLTClass::Pointer:
return isKnownPointerLikeType(Ty, Context);
}
llvm_unreachable("Unknown PLTClass enum");
}

// FIXME: move over the other `maybe` functionality from Stencil. Should all be
Expand Down

0 comments on commit 04754af

Please sign in to comment.