[PATCH] D16403: Add scope information to CFG
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 7 17:52:52 PST 2018
NoQ added inline comments.
================
Comment at: lib/Analysis/CFG.cpp:1700
/// way return valid LocalScope object.
LocalScope* CFGBuilder::createOrReuseLocalScope(LocalScope* Scope) {
if (Scope)
----------------
NoQ wrote:
> It seems that something has moved asterisks to a weird spot, might be a rebase artifact or accidental tooling.
Uhm, it was always this way, just weird history when i looked at the diff between diffs, nvm, sorry.
Repository:
rL LLVM
https://reviews.llvm.org/D16403
More information about the cfe-commits
mailing list