File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
clang/unittests/Analysis/FlowSensitive Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -705,9 +705,6 @@ class AnalyzerNoreturnTest : public Test {
705705 void trap() {}
706706 )" ));
707707
708- CFG::BuildOptions Opts;
709- Opts.ExtendedNoReturnAnalysis = true ;
710-
711708 ASSERT_THAT_ERROR (
712709 test::checkDataflow<FunctionCallAnalysis>(
713710 AnalysisInputs<FunctionCallAnalysis>(
@@ -716,8 +713,7 @@ class AnalyzerNoreturnTest : public Test {
716713 return FunctionCallAnalysis (C);
717714 })
718715 .withASTBuildArgs ({" -fsyntax-only" , " -std=c++17" })
719- .withASTBuildVirtualMappedFiles (std::move (FilesContents))
720- .withCfgBuildOptions (std::move (Opts)),
716+ .withASTBuildVirtualMappedFiles (std::move (FilesContents)),
721717 /* VerifyResults=*/
722718 [&Expectations](
723719 const llvm::StringMap<
You can’t perform that action at this time.
0 commit comments