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.
2 parents 04e2899 + 71b3ead commit c2b4871Copy full SHA for c2b4871
clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
@@ -86,7 +86,7 @@ class DataflowAnalysisTest : public Test {
86
const std::optional<StateT> &MaybeState = BlockStates[Block->getBlockID()];
87
assert(MaybeState.has_value());
88
return *MaybeState;
89
- };
+ }
90
91
std::unique_ptr<ASTUnit> AST;
92
std::unique_ptr<ControlFlowContext> CFCtx;
0 commit comments