[PATCH] D90944: [clang-tidy] implement misc-mt-unsafe
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 6 07:15:36 PST 2020
lebedev.ri added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc-mt-unsafe.cpp:3-4
+
+#include <unistd.h>
+#include <time.h>
+
----------------
Tests should be hermetic, they can not use headers from system
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90944/new/
https://reviews.llvm.org/D90944
More information about the cfe-commits
mailing list