Age | Commit message (Collapse) | Author |
|
Change-Id: Icbd2608a3341652b1b40f6bdebb66c4caf6e810a
Reviewed-on: https://gerrit.libreoffice.org/34894
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
...from function definitions occurring within class definitions. Done with
a rewriting Clang plugin (to be pushed later).
Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8
Reviewed-on: https://gerrit.libreoffice.org/34874
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ic91bb15cafa97538a61247660044c1af57b59d84
|
|
Change-Id: I72a2d8ce47059f9af65d89fbdcc09d96c40cb79b
|
|
Change-Id: I090cec1f311be5e5a34e208d066925b294310e43
|
|
Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b
Reviewed-on: https://gerrit.libreoffice.org/34803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I01c7ebf10831a27eaab55c2082cbe0a0f28bda1f
|
|
Change-Id: Iea7d436a78336de150b3d3ae317b99b554fb8657
|
|
Change-Id: I1fbc1f7ec14c8133fb8fcd3532d5d551dcc7ddfb
|
|
cause it grows to fit if its a resizable stream
Change-Id: I28b42becdfc8eb591d19d2512cdc1f1ec32c3bbe
|
|
Change-Id: I61e21619e949fe0dda7c4820e6ddbb8d4d597652
|
|
Change-Id: I985d422f4c0b41937e4df616fb3154bb7cbad28d
|
|
Change-Id: I7f87bf07e50baffd463d4429186928642bdf73b3
|
|
Change-Id: I6e3d1d3b43967f10a151a6b696a863383a7b1776
|
|
Change-Id: I7fdaf527ffbe7d3d952c17c62707bb4a22b05f1d
|
|
Change-Id: Ia073517977648a21d7adb5ee4d7bda51b1b7db18
|
|
Change-Id: Ie984d396a6c0055fc5175755fd42161749c572be
|
|
Change-Id: I57d1ae4d8f3fed72f024672a9eefb748df83bb93
|
|
Change-Id: Id6171fbaffda1f0a20d33e9137d68e14c59e6aac
|
|
Change-Id: Icce163a695ce5467d943019919de1bb604dd130b
|
|
Change-Id: Id501339e1576277655c53e0cf0d172947640d64e
|
|
Change-Id: I29197c9a4093d904d1f7b990de08fbf8254c168e
|
|
Change-Id: I724c6e50392d70acd847c733e09a959c08c8c790
|
|
Change-Id: I83cccff1f4fb172e1b6aa5c1cfda93de2e4be525
|
|
Change-Id: Ic84035f68075733a6777a7447cb2be092f17a189
|
|
Change-Id: I20e665a2b0bfadd44976b1659d85b1828e10311f
|
|
Change-Id: I88e652fa2eab8738d0e1a235cf1a3f9066bfc230
|
|
Change-Id: I195094adfd0a68401d26ef97b6489b105424b99b
|
|
Change-Id: I1c1e861c5608ccd2071baf683f5456c3012a47f6
|
|
Change-Id: If7f710aa62cea43e2c59d91e136daba9650b3912
|
|
Change-Id: I00438178582bd4c78bffeca18067abeb667b8367
|
|
Change-Id: Ie352e9b7fe52d41492141ebba9b5d332960dadd5
|
|
Change-Id: Icf0e75d0e213c4562f4ee57df0537d394031645b
|
|
Change-Id: I682b4e2750658efded5f4167d4f7026ed5fac8dc
|
|
Change-Id: I7f490335efef71b13aae66e9467cd74429509d7d
|
|
Change-Id: I00e73eabb34ae98088a8e88d0c8677bf236a5e09
|
|
Change-Id: I631ea0012f8e999f14aa08b42f28d6115a73d084
|
|
...if initializing offset is necessary at all; a bit hard to tell from the code.
Change-Id: Ic1d7c97f174e3ed04b03f4004ca858029e9a258e
|
|
...if initializing RevisionType is necessary at all; a bit hard to tell from
the code.
Change-Id: Ic472c8cceb818b7e18d3de348f392f8641d85255
|
|
Change-Id: I8e95fa92f0a56ac7f4d5379253b7161b9d2a813f
|
|
Change-Id: I36f443c266670bd26aa6b813075e18653f372f52
Reviewed-on: https://gerrit.libreoffice.org/33900
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
|
|
just the simple and obvious case for now, of a local var being allocated
and deleted inside a single local block, and the delete happening at the
end of the block
Change-Id: I3a7a094da543debdcd2374737c2ecff91d644625
Reviewed-on: https://gerrit.libreoffice.org/33749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html>
"Dynamic Exception Specifications" for details.
Most changes have been done automatically by the rewriting loplugin:dynexcspec
(after enabling the rewriting mode, to be committed shortly). The way it only
removes exception specs from declarations if it also sees a definition, it
identified some dead declarations-w/o-definitions (that have been removed
manually) and some cases where a definition appeared in multiple include files
(which have also been cleaned up manually). There's also been cases of macro
paramters (that were used to abstract over exception specs) that have become
unused now (and been removed).
Furthermore, some code needed to be cleaned up manually
(avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no
configurations available that would actually build that code. Missing @throws
documentation has not been applied in such manual clean-up.
Change-Id: I3408691256c9b0c12bc5332de976743626e13960
Reviewed-on: https://gerrit.libreoffice.org/33574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37
Reviewed-on: https://gerrit.libreoffice.org/33496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
instead of storing both a raw pointer and an uno::Reference
Change-Id: I227ac624b03a172e10840c4d1e2c4ca0362b33a4
|
|
Change-Id: I7f10d609b9c031f4b51843bbd4ba945dc23ab169
|
|
Change-Id: Id54bb9f05a4354855a8e9fa5ecbffc8440e39c5d
|
|
Change-Id: I1f9569cb5ca05faf12663b3df8508d10a8cd75e6
Reviewed-on: https://gerrit.libreoffice.org/32957
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: If706e57343a9c81b7d31d8e018450a151d38ad49
|
|
cppuhelper/compbase*.hxx and cppuhelper/implbase*.hxx
compbase*.hxx includes implbase*.hxx replace compbase*.hxx if only
implbase*.hxx stuff is used.
Change-Id: I631a20aee411c6a32ffcf470f6e392621755f995
Reviewed-on: https://gerrit.libreoffice.org/31686
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
|