godot/modules
girdenis-p 413490c270 Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses
This fixes a bug in the analyzer where it did not push the SHADOWED_VARIABLE_BASE_CLASS
warning for members shadowed by variable in subclass. It does this by comparing the class
which contains the shadowed member with the class containing the variable, and pushing
SHADOWED_VARIABLE only if the classes are the same. Additionally, SHADOWED_VARIABLE_BASE_CLASS
can take an extra symbol which helps to specify the line for non native base class.
2024-11-06 15:04:14 +00:00
..
astcenc
basis_universal Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
bcdec
betsy Style: Apply clang-tidy fixes 2024-11-04 12:11:06 -06:00
bmp
camera Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
csg Rename internal Button icon to button_icon to match exposed methods 2024-10-29 16:23:03 -07:00
cvtt
dds DDS: Add support for loading layered textures 2024-10-29 20:55:22 +01:00
enet
etcpak
fbx Merge pull request #93401 from Repiteo/style/clang-tidy-fixes 2024-11-04 21:52:05 -06:00
freetype
gdscript Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 2024-11-06 15:04:14 +00:00
glslang
gltf Merge pull request #94165 from aaronfranke/gltf-khr-anim-ptr 2024-11-04 21:52:03 -06:00
godot_physics_2d Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
godot_physics_3d Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
gridmap Rename internal Button icon to button_icon to match exposed methods 2024-10-29 16:23:03 -07:00
hdr
interactive_music Rename internal Button icon to button_icon to match exposed methods 2024-10-29 16:23:03 -07:00
jpg
jsonrpc
ktx
lightmapper_rd
mbedtls Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
meshoptimizer Rewrite index optimization code for maximum efficiency 2024-11-04 06:58:06 -08:00
minimp3
mobile_vr Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
mono Merge pull request #47502 from KoBeWi/add_0 2024-10-31 20:14:39 -05:00
msdfgen
multiplayer Merge pull request #98039 from aaronfranke/button-icon 2024-10-29 19:25:59 -05:00
navigation Merge pull request #93401 from Repiteo/style/clang-tidy-fixes 2024-11-04 21:52:05 -06:00
noise Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
ogg
openxr Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewport 2024-11-05 18:36:12 -06:00
raycast Fix Occlusion Culling not working for an orthogonal camera. 2024-10-26 20:07:34 +02:00
regex
svg optimize ImageLoaderSVG::create_image_from_utf8_buffer 2024-10-19 14:09:34 +09:00
text_server_adv [TextServer] Only load ellipsis glyph when it's used. 2024-11-05 11:04:48 +02:00
text_server_fb [TextServer] Only load ellipsis glyph when it's used. 2024-11-05 11:04:48 +02:00
tga Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
theora Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
tinyexr Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
upnp
vhacd
vorbis
webp Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
webrtc Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
websocket Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
webxr Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
xatlas_unwrap
zip
register_module_types.h
SCsub