[PATCH] D20912: [Polly][GSoC 2016]Update ScopBuilder's memory management
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 2 15:09:13 PDT 2016
sebpop added a subscriber: sebpop.
================
Comment at: include/polly/ScopInfo.h:2488
@@ -2491,1 +2487,3 @@
+ /// @brief The Scop pointer which is used to construct a Scop.
+ std::unique_ptr<Scop> scop;
----------------
Variable names should start with capital letters: "Scop".
http://reviews.llvm.org/D20912
More information about the llvm-commits
mailing list