[PATCH] D152504: [clang][ThreadSafety] Analyze cleanup functions
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 16 12:47:02 PDT 2023
aaronpuchert added inline comments.
================
Comment at: clang/test/Sema/warn-thread-safety-analysis.c:26
+
// Define the mutex struct.
----------------
Oh, I wouldn't mind if you were to drop this spurious added newline. But you can do this when committing, no need for a new patch set.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152504/new/
https://reviews.llvm.org/D152504
More information about the cfe-commits
mailing list