[PATCH] D90944: [clang-tidy] implement misc-mt-unsafe
Vasily Kulikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 6 10:38:59 PST 2020
segoon marked an inline comment as done.
segoon added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc-mt-unsafe.cpp:3-4
+
+#include <unistd.h>
+#include <time.h>
+
----------------
lebedev.ri wrote:
> Tests should be hermetic, they can not use headers from system
fixed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90944/new/
https://reviews.llvm.org/D90944
More information about the cfe-commits
mailing list