[PATCH] D153001: [clang][ThreadSafety] Add __builtin_instance_member (WIP)
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 04:33:06 PDT 2023
aaronpuchert added a comment.
We probably parse the attributes delayed in C++ but not in C. This probably also means you can't refer to later members in the attribute, so the mutex always needs to come first, right? Not sure if such a limitation is expected for C developers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153001/new/
https://reviews.llvm.org/D153001
More information about the cfe-commits
mailing list