[all-commits] [llvm/llvm-project] a94e08: [StaticAnalyzer] Fix non-virtual destructor warning

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue May 26 11:33:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a94e08d2e840a0e7ce032f59e9344bc49b5a54a1
      https://github.com/llvm/llvm-project/commit/a94e08d2e840a0e7ce032f59e9344bc49b5a54a1
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

  Log Message:
  -----------
  [StaticAnalyzer] Fix non-virtual destructor warning

Ficed warning: 'clang::ento::ExprEngine' has virtual functions but non-virtual destructor [-
Wnon-virtual-dtor]
  ~ExprEngine() = default;




More information about the All-commits mailing list