[clang-tools-extra] [clang-tidy] Do not flag strerror in concurrency-mt-unsafe (PR #140520)
via cfe-commits
cfe-commits at lists.llvm.org
Mon May 19 07:24:05 PDT 2025
================
@@ -172,6 +172,10 @@ Changes in existing checks
<clang-tidy/checks/cert/err33-c>` check by fixing false positives when
a function name is just prefixed with a targeted function name.
+- Improved :doc:`concurrency-mt-unsafe
+ <clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
+ where `strerror` was flagged as MT-unsafe.
----------------
EugeneZelenko wrote:
```suggestion
where ``strerror`` was flagged as MT-unsafe.
```
https://github.com/llvm/llvm-project/pull/140520
More information about the cfe-commits
mailing list