[PATCH] D64786: [Polly] Clang complains about missing virtual destructor

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 08:35:25 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366697: [Polly] Clang complains about missing virtual destructor (authored by gchatelet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64786?vs=210034&id=211111#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64786/new/

https://reviews.llvm.org/D64786

Files:
  polly/trunk/include/polly/CodeGen/LoopGenerators.h


Index: polly/trunk/include/polly/CodeGen/LoopGenerators.h
===================================================================
--- polly/trunk/include/polly/CodeGen/LoopGenerators.h
+++ polly/trunk/include/polly/CodeGen/LoopGenerators.h
@@ -118,6 +118,8 @@
             Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())),
         M(Builder.GetInsertBlock()->getParent()->getParent()) {}
 
+  virtual ~ParallelLoopGenerator() {}
+
   /// Create a parallel loop.
   ///
   /// This function is the main function to automatically generate a parallel


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64786.211111.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/e6a1b7a5/attachment.bin>


More information about the llvm-commits mailing list