tornavis/source
Jacques Lucke 19dfb6ea1f Cleanup: enable modernize-use-equals-default check
This removes a lot of unnecessary code that is generated by
the compiler automatically.

In very few cases, a defaulted destructor in a .cc file is
still necessary, because of forward declarations in the header.

I removed some defaulted virtual destructors, because they are not
necessary, when the parent class has a virtual destructor already.

Defaulted constructors are only necessary when there is another
constructor, but the class should still be default constructible.

Differential Revision: https://developer.blender.org/D10911
2021-04-08 11:07:27 +02:00
..
blender Cleanup: enable modernize-use-equals-default check 2021-04-08 11:07:27 +02:00
creator MSVC: ASAN support for VS 16.9 2021-03-29 19:11:17 -06:00
tools@b66c22e1fb Cleanup: add resource manager for cryptomatte session. 2021-03-09 15:19:12 +01:00
CMakeLists.txt MSVC: Enable clang-tidy analyser 2020-12-03 11:00:58 -07:00