godot/main/tests
Rémi Verschelde c026e3957a Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor]
Fixes the following Clang 7 warnings:
```
editor/editor_help.h:123:7: warning: 'EditorHelpIndex::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/editor_help.h:95:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/editor_help.h:96:7: warning: 'EditorHelpSearch::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/plugins/curve_editor_plugin.h:141:15: warning: 'CurvePreviewGenerator::generate' hides overloaded virtual function [-Woverloaded-virtual]
editor/plugins/script_editor_plugin.h:70:7: warning: 'ScriptEditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual]
editor/quick_open.h:69:7: warning: 'EditorQuickOpen::popup' hides overloaded virtual function [-Woverloaded-virtual]
main/tests/test_io.cpp:53:15: warning: 'TestIO::TestMainLoop::input_event' hides overloaded virtual function [-Woverloaded-virtual]
servers/audio/effects/audio_effect_record.h:69:15: warning: 'AudioEffectRecordInstance::process_silence' hides overloaded virtual function [-Woverloaded-virtual]

core/os/memory.h:119:2: warning: destructor called on non-final 'ContextGL_X11' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'EditorScriptCodeCompletionCache' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'Engine' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'PhysicalBone::JointData' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerScene' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
core/os/memory.h:119:2: warning: destructor called on non-final 'VisualServerViewport' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
```
2018-10-02 13:40:17 +02:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp Fix build after ##21492 2018-10-02 10:47:51 +02:00
test_astar.h Fix build after ##21492 2018-10-02 10:47:51 +02:00
test_gdscript.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
test_gdscript.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_gui.cpp Fix various Clang 7 warnings about unused stuff 2018-10-01 17:32:12 +02:00
test_gui.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_image.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_image.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_io.cpp Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor] 2018-10-02 13:40:17 +02:00
test_io.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_main.cpp Merge pull request #21492 from Maykeye/astar 2018-10-02 10:30:12 +02:00
test_main.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_math.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_math.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_oa_hash_map.cpp updated OAHashMap to use robinhood hashing 2018-05-03 17:00:21 +02:00
test_oa_hash_map.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_ordered_hash_map.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_ordered_hash_map.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_physics.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_physics.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_physics_2d.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_physics_2d.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_render.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_render.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_shader_lang.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
test_shader_lang.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_string.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_string.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00