[PATCH] D129755: Thread safety analysis: Support copy-elided production of scoped capabilities through arbitrary calls
    Aaron Puchert via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Oct  7 13:58:02 PDT 2022
    
    
  
aaronpuchert updated this revision to Diff 466172.
aaronpuchert added a comment.
This revision is now accepted and ready to land.
- Pass `til::LiteralPtr *Self` for automatic object destructors into handling of `require_capability` and `locks_excluded` attributes.
- Add `[[maybe_unused]]` attribute to silence `-Wunused-variable` warinng in Release builds.
- A few more tests.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129755/new/
https://reviews.llvm.org/D129755
Files:
  clang/docs/ReleaseNotes.rst
  clang/docs/ThreadSafetyAnalysis.rst
  clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
  clang/lib/Analysis/ThreadSafety.cpp
  clang/lib/Analysis/ThreadSafetyCommon.cpp
  clang/test/SemaCXX/warn-thread-safety-analysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129755.466172.patch
Type: text/x-patch
Size: 33850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221007/3b68daba/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list