Previously, the assert_capability attribute was completely ignored by
thread safety analysis.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36122
Thread Safety Analysis: fix assert_capability. ClosedPublic Authored by jmgao on Jul 31 2017, 4:36 PM.
Details Summary Previously, the assert_capability attribute was completely ignored by
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 1 2017, 12:00 PM Closed by commit rL309725: Thread Safety Analysis: fix assert_capability. (authored by jmgao). · Explain WhyAug 1 2017, 12:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 109175 cfe/trunk/include/clang/Basic/Attr.td
cfe/trunk/lib/Analysis/ThreadSafety.cpp
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
cfe/trunk/test/SemaCXX/warn-thread-safety-analysis.cpp
|