poco/CppUnit/include/CppUnit
Kari Argillander bf3c519183
Fix some issues found with clang-tidy (#4353)
* directoryiterator: Fix missing inline

Add missing inline to inline function.

This was found with clang-tidy check:  misc-definitions-in-headers

* Convert deprecated throw() to noexcept

throw() has been deprecated in standar in C++17. It has been removed in
C++20. Code still compiles but let's just define these at those should
be.

These where found with clang-tidy check: modernize-use-noexcept

* Fix unnecessary copy initializations

Clang-tidy did find these with check:

  performance-unnecessary-copy-initialization

* Fix some strings not references

Looks like these are just missing reference marks.

---------

Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
2023-12-17 16:55:30 +01:00
..
CppUnit.h chore(CppUnit): fix comment 2023-11-02 22:13:23 +01:00
CppUnitException.h Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00
estring.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
Guards.h Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Orthodox.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
RepeatedTest.h fix(CppUint) : RepeatedTest compile error (#3759) 2022-08-18 11:37:35 -05:00
Test.h fix(CppUint) : RepeatedTest compile error (#3759) 2022-08-18 11:37:35 -05:00
TestCaller.h fix(CppUint) : RepeatedTest compile error (#3759) 2022-08-18 11:37:35 -05:00
TestCase.h CppUnit: demangle class names 2023-10-02 07:16:48 +02:00
TestDecorator.h fix(CppUint) : RepeatedTest compile error (#3759) 2022-08-18 11:37:35 -05:00
TestFailure.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TestResult.h CppUnit: demangle class names 2023-10-02 07:16:48 +02:00
TestRunner.h Netssl/openssl3 (#3575) 2022-04-28 22:24:43 -05:00
TestSetup.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TestSuite.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00
TextTestResult.h Remove trailing whitespace (#3668) 2022-07-07 04:18:20 -05:00