spdlog/include/spdlog
Steven Cartmell f999d879d5
fix: Break from loop on last iteration to resolve clang-tidy warning
The clang-tidy warning `clang-analyzer-cplusplus.Move` warns when a
moved from object is deferenced. This is triggered in spdlog because
clang-tidy fails to detect that the `logger:set_formatter` will only
move the unique_ptr on the last iteration of the loop, assuming that
`f->clone` may be called on it afterwards.

To fix, add a break statement after moving the pointer (on the last
iteration) to let clang-tidy know the logger pointer is not used after
this point.
2020-02-28 21:09:31 +00:00
..
details Use windows_include in os-inl.h 2020-02-26 18:10:47 +02:00
fmt Bump fmt to 6.1.2 2019-12-12 23:50:30 +02:00
sinks Merge pull request #1453 from david-bodor-at-craftunique/v1.x 2020-02-26 12:41:51 +02:00
async_logger-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
async_logger.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
async.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
common-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
common.h only include windows.h when it's unavoidable 2020-02-25 15:36:39 +01:00
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
logger-inl.h fix: Break from loop on last iteration to resolve clang-tidy warning 2020-02-28 21:09:31 +00:00
logger.h clang-format 2020-02-10 17:13:41 +02:00
spdlog-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
spdlog.h Update spdlog.h 2020-02-26 12:54:31 +02:00
tweakme.h Removed SPDLOG_NO_DATETIME option 2019-11-04 17:43:30 +02:00
version.h version 1.5.0-rc 2019-12-05 01:21:58 +02:00