Files
lix/src/libmain
Yorick van Pelt b9b51f9579 Prevent overriding virtual methods that are called in a destructor
Virtual methods are no longer valid once the derived destructor has
run. This means the compiler is free to optimize them to be
non-virtual.

Found using clang-tidy
2023-08-11 11:58:33 +02:00
..
2023-04-28 17:03:04 +02:00
2022-08-24 22:36:40 +02:00
2023-02-10 18:38:57 +01:00