[PATCH] D153058: [clang][CFG] Support construction of a weak topological ordering of the CFG.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 08:47:55 PDT 2023
xazax.hun added inline comments.
================
Comment at: clang/unittests/Analysis/IntervalPartitionTest.cpp:21
+namespace {
+template <typename T> using NodeData = CFGInterval::NodeData<T>;
+} // namespace
----------------
Another redundant anonymous namespace here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153058/new/
https://reviews.llvm.org/D153058
More information about the cfe-commits
mailing list