...and hopefully unbreak buildbots. My apologies!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163267
91177308-0d34-0410-b5e6-
96231b3b80d8
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