[all-commits] [llvm/llvm-project] 3e1f3b: [llvm-libc] Fix missing virtual destructor

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Jan 6 08:42:37 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e1f3b164cc0b4be486eebf24cca79c9f9c8c1f7
      https://github.com/llvm/llvm-project/commit/3e1f3b164cc0b4be486eebf24cca79c9f9c8c1f7
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M libc/utils/HdrGen/CMakeLists.txt
    A libc/utils/HdrGen/Command.cpp
    M libc/utils/HdrGen/Command.h

  Log Message:
  -----------
  [llvm-libc] Fix missing virtual destructor

Summary: This patch adds a virtual destructor to the Command class.

Reviewers: sivachandra

Subscribers: mgorny, MaskRay, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D72253




More information about the All-commits mailing list