[PATCH] D64088: [DDG] DirectedGraph as a base class for various dependence graphs such as DDG and PDG.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 02:38:30 PDT 2019
fhahn added inline comments.
================
Comment at: llvm/unittests/ADT/DirectedGraphTest.cpp:20
+
+using namespace llvm;
+
----------------
`using` should not be needed, as the code below is wrapped in `namespace llvm`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64088/new/
https://reviews.llvm.org/D64088
More information about the llvm-commits
mailing list