office-gobmx/basic
Stephan Bergmann 16e3b84d2e Improve loplugin:dyncastvisibility to check for non-inline key functions
This would have caught the issue discussed in
709b1f3ddb "Make sure VCLXPopupMenu has unique
RTTI".  (The commit message talks about RTTI there, while what Clang actually
compared for an optimized implementation of a dynamic_cast to a final class is
vtable pointers, but the overall picture remains the same.  Both RTTI and
vtables are emitted along the key function, and if that is missing or inline,
they are emitted for each dynamic library individually, and as internal symbols
on macOS.)

This commit also addresses all the issues found by the improved
loplugin:dyncastvisibility on Linux.  See the newly added TODO in
compilerplugins/clang/dyncastvisibility.cxx and
86b86ac87e "Give DocumentEventHolder (aka
EventHolder<DocumentEvent>) a key function" for an issue with key functions for
class template instantiations.

Change-Id: Ia19155efb1d23692c92b9c97ff17f18ae7a1f3ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176576
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
2024-11-14 12:49:22 +01:00
..
inc Related: tdf#158092 add a comment to avoid symbols localization 2024-09-11 17:01:09 +02:00
qa new loplugin:staticconstexpr 2024-11-04 08:51:00 +01:00
source Improve loplugin:dyncastvisibility to check for non-inline key functions 2024-11-14 12:49:22 +01:00
util
AllLangMoTarget_sb.mk
CppunitTest_basic_macros.mk tdf#149714 BitsPerPixel property of Graphic has Boolean UNO type 2024-02-28 05:00:46 +01:00
CppunitTest_basic_scanner.mk tdf#160478: fix Basic LIKE operator 2024-04-02 19:47:35 +02:00
IwyuFilter_basic.yaml
Library_sb.mk Use Windows dllmgr-x64 also for aarch64 2024-04-26 12:43:59 +02:00
Makefile
Module_basic.mk
README.md

StarBASIC Interpreter

Contains the StarBASIC Interpreter

This implements a macro language that, when in VBA compatibility mode, is intended to be interoperable with Visual Basic for Applications, allowing people to run macros embedded in their documents.

See also

http://wiki.openoffice.org/wiki/Basic