[PATCH] D16403: Add scope information to CFG

Maxim Ostapenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 04:01:10 PST 2018


m.ostapenko added a comment.

Now, the cfg for this example:

  void test_for_implicit_scope() {
    for (A a; A b = a;)
      A c;
  }

looks like this:
F5874197: CFG-implicit-for.dot <https://reviews.llvm.org/F5874197>


Repository:
  rL LLVM

https://reviews.llvm.org/D16403





More information about the cfe-commits mailing list