Files
test/source/blender
Julian Eisel add3ec71d2 Cleanup: Address clang-tidy warnings in UI views
Unused header warning and `modernize-use-override` warnings.

I would like to selectively disable warnings about redundant `virtual` and
`override` keywords, since both together are useful (`override` enables
important compiler warnings that can avoid bugs, `virtual` helps quickly
identifying API functions available for overriding). But this doesn't
seem to be possible, only all of `modernize-use-override` can be
disabled, so simply keep the `virtual` but comment it out.
2023-07-26 15:39:47 +02:00
..
2023-07-25 15:23:56 -04:00
2023-07-07 16:00:50 +10:00
2023-07-26 15:23:26 +10:00
2023-07-26 12:42:36 +02:00
2023-07-26 11:27:48 +02:00
2023-07-25 15:23:56 -04:00