godot/modules/mono/editor
Rémi Verschelde fc370b3feb Fix -Wimplicit-fallthrough warnings from GCC 8
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional.
Can be replaced by `[[fallthrough]]` if/when we switch to C++17.

The warning is now enabled by default for GCC on `extra` warnings level
(part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet,
but we could enable it manually once we switch to C++11. There's no
equivalent feature in MSVC for now.

Fixes #26135.
2019-04-05 15:14:53 +02:00
..
GodotSharpTools Print MSBuild command if also printing output 2019-03-06 17:10:14 +01:00
bindings_generator.cpp Fix -Wimplicit-fallthrough warnings from GCC 8 2019-04-05 15:14:53 +02:00
bindings_generator.h C#: Bindings generator now translates BBCode docs to XML comments 2019-03-23 20:39:55 +01:00
csharp_project.cpp Fix C# script metadata creation error due to missing directory 2019-01-21 00:57:03 +01:00
csharp_project.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dotnet_solution.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dotnet_solution.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
godotsharp_builds.cpp Mono: Add option to print MSBuild output and improve out of sync error 2019-03-04 16:05:08 +01:00
godotsharp_builds.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
godotsharp_editor.cpp Mono: Update welcome message with current state 2019-03-12 19:35:02 +01:00
godotsharp_editor.h Mono: Make 'Build' button generate solution if it doesn't exist 2019-03-06 16:36:53 +01:00
godotsharp_export.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
godotsharp_export.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono_bottom_panel.cpp Mono: Some editor usability improvements 2019-02-27 02:45:21 +01:00
mono_bottom_panel.h Mono: Some editor usability improvements 2019-02-27 02:45:21 +01:00
mono_build_info.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono_build_info.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
monodevelop_instance.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
monodevelop_instance.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
script_class_parser.cpp Fix parsing of generic type declarations in C# source files. 2019-03-20 17:23:11 +01:00
script_class_parser.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00