Skip to content
Snippets Groups Projects
Commit 91f78406 authored by Jordan Rose's avatar Jordan Rose
Browse files

Continue including temporary destructors in the CFG used for warnings.

...and hopefully unbreak buildbots. My apologies!

llvm-svn: 163267
parent aee34381
No related branches found
No related tags found
No related merge requests found
......@@ -1199,7 +1199,8 @@ AnalysisBasedWarnings::IssueWarnings(sema::AnalysisBasedWarnings::Policy P,
AC.getCFGBuildOptions().AddEHEdges = false;
AC.getCFGBuildOptions().AddInitializers = true;
AC.getCFGBuildOptions().AddImplicitDtors = true;
AC.getCFGBuildOptions().AddTemporaryDtors = true;
// Force that certain expressions appear as CFGElements in the CFG. This
// is used to speed up various analyses.
// FIXME: This isn't the right factoring. This is here for initial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment