[StaticAnalyzer] Fix non-virtual destructor warning
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 26 May 2020 18:32:02 +0000 (11:32 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 26 May 2020 18:32:02 +0000 (11:32 -0700)
commita94e08d2e840a0e7ce032f59e9344bc49b5a54a1
tree026933cc66fada1e89c7aa751226538c3117b21a
parent8d31dd23ec2368d00b0668c3d01b1fd2ce4d621b
[StaticAnalyzer] Fix non-virtual destructor warning

Ficed warning: 'clang::ento::ExprEngine' has virtual functions but non-virtual destructor [-
Wnon-virtual-dtor]
  ~ExprEngine() = default;
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h