Age | Commit message (Collapse) | Author |
|
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark
overriding destructors as 'virtual'" appears to no longer be a problem with
MSVC 2013.
(The little change in the rewriting code of compilerplugins/clang/override.cxx
was necessary to prevent an endless loop when adding "override" to
OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager();
in chart2/source/inc/LifeTime.hxx, getting stuck in the leading
OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that
isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.)
Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
|
|
Change-Id: I81e97c5f720535b33dd3ce72d01151765e4e93a0
|
|
...rather than 'override', cf. <https://gerrit.libreoffice.org/#/c/26347/>
"loplugin:override: No more need for the "MSVC dtor override" workaround".
Change-Id: Ib528938ed4be248117bb7114f34d4e9421bc3275
|
|
Change-Id: Ib456e717b65c3dce3aaca73b2d55872a53d30828
|
|
Change-Id: I19f09c7d253bb86bbe3b10083f762a5791e2f370
|
|
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
|