[PATCH] D36914: Implement CFG construction for __try / __except / __leave.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 10:43:57 PDT 2017


thakis added inline comments.


================
Comment at: lib/Analysis/CFG.cpp:448
+        BuildOpts(buildOpts), switchExclusivelyCovered(false),
+        switchCond(nullptr), cachedEntry(nullptr), lastLookup(nullptr) {}
 
----------------
(this is now a no-op and only a clang-formatting of the existing ctor code. I can omit this if you want.)


https://reviews.llvm.org/D36914





More information about the cfe-commits mailing list