forked from OSchip/llvm-project
a1b98ab7d5
warns about this base class not having a virtual destructor, but since this class has no virtual methods and neither it or the types derived from it has a destructor, a protected trivial destructor will do (and shuts cppcheck up) the trick without the cost of introducing a vtable. llvm-svn: 95526 |
||
---|---|---|
.. | ||
AsmPrinter.cpp | ||
CMakeLists.txt | ||
DIE.cpp | ||
DIE.h | ||
DwarfDebug.cpp | ||
DwarfDebug.h | ||
DwarfException.cpp | ||
DwarfException.h | ||
DwarfLabel.cpp | ||
DwarfLabel.h | ||
DwarfPrinter.cpp | ||
DwarfPrinter.h | ||
DwarfWriter.cpp | ||
Makefile | ||
OcamlGCPrinter.cpp |