Files
loongoffice/compilerplugins/clang
Stephan Bergmann 6b00d0576a Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)
...by re-enabling the code temporarily #if'ed-out in
a528392e71bc70136021be4e3d83732fccbb885e "Fixed/improved
loplugin:cppunitassertequals" (and which then triggers lots of other
lopglugin:cppunitassertequal CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL warnings).

For two css::uno::Reference equality comparisons in cppu/qa/test_any.cxx, it
was more straightforward to rewrite them with an explicit call to operator ==
(which silences loplugin:cppunitassertequal) than to adapt them to
CPPUNIT_ASSERT_EQUAL's requirement for arguments of identical types.

In sc/qa/unit/ucalc_pivottable.cxx, ScDPItemData needs toString, which has been
implemented trivially for now, but might want to combine that with the
DEBUG_PIVOT_TABLE-only ScDPItemData::Dump.

Change-Id: Iae6d09cf69bd4e52fe4411bba9e50c48e696291c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110546
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-08 09:15:01 +01:00
..
2021-01-20 11:27:33 +01:00
2020-02-16 14:17:12 +01:00
2020-09-02 23:39:39 +02:00
2020-09-02 23:39:39 +02:00
2020-01-16 08:54:07 +01:00
2019-12-05 13:30:36 +01:00
2021-01-22 17:46:01 +01:00
2020-11-10 17:11:00 +01:00
2020-02-13 08:14:08 +01:00
2020-10-21 15:02:42 +02:00
2020-08-14 18:03:06 +02:00
2020-08-04 16:12:06 +02:00
2020-11-06 13:17:49 +01:00
2020-07-30 17:34:39 +02:00
2020-08-20 14:58:31 +02:00