poco/Redis/include/Poco/Redis
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
..
Array.h C++1x-ification 2020-01-25 14:26:57 +01:00
AsyncReader.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Client.h merge changes from 1.11.3 2022-07-03 16:09:29 +02:00
Command.h fix: Sync 1.11.-1.12-devel(1.13) #4187 2023-10-16 00:16:06 +02:00
Error.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Exception.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
PoolableConnectionFactory.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Redis.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
RedisEventArgs.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
RedisStream.h remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
Type.h Fix some issues found with clang-tidy (#4353) 2023-12-17 16:55:30 +01:00