The old locking attributes had a generic release, but as it turns out
the capability-based attributes have it as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Add some prose, not just code. Otherwise our list of attributes would be incomplete.
@aaron.ballman, I think you should have another look. Sorry for missing that in my first patch.
Comment Actions
LGTM!
clang/docs/ThreadSafetyAnalysis.rst | ||
---|---|---|
824 | This is not something you should feel obligated to fix (esp not as part of this patch), but I just realized we have a naming-related UB here in C++ with the trailing double underscores: http://eel.is/c++draft/lex.name#3.1 We should probably pick a different identifier to use. |
This is not something you should feel obligated to fix (esp not as part of this patch), but I just realized we have a naming-related UB here in C++ with the trailing double underscores: http://eel.is/c++draft/lex.name#3.1 We should probably pick a different identifier to use.