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

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 22 14:43:58 PDT 2017


rnk: ping :-)

On Mon, Aug 21, 2017 at 1:43 PM, Nico Weber via Phabricator via cfe-commits
<cfe-commits at lists.llvm.org> wrote:

> 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
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170822/9b050a5b/attachment.html>


More information about the cfe-commits mailing list