[PATCH] D16403: Add scope information to CFG for If/While/For/Do/Compound/CXXRangeFor statements
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 08:56:26 PDT 2017
NoQ added a comment.
I think the remaining switch-related code seems to be about C++17 switch condition variables, i.e. `switch (int x = ...)`(?)
Repository:
rL LLVM
https://reviews.llvm.org/D16403
More information about the cfe-commits
mailing list