1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00

All good classes with virtual functions should have virtual dtors...

llvm-svn: 7630
This commit is contained in:
Chris Lattner 2003-08-06 05:39:03 +00:00
parent 51baaaa269
commit 47f18bb3a1

View File

@ -14,6 +14,7 @@ class Record;
class RecordKeeper;
struct TableGenBackend {
virtual ~TableGenBackend() {}
// run - All TableGen backends should implement the run method, which should
// be the main entry point.