summaryrefslogtreecommitdiff
path: root/clang/docs/ThreadSafetyAnalysis.rst
AgeCommit message (Expand)Author
2025-10-28[clang] Proofread ThreadSafetyAnalysis.rst (#165398)Kazu Hirata
2025-08-20Thread Safety Analysis: Graduate ACQUIRED_BEFORE() and ACQUIRED_AFTER() from ...Marco Elver
2025-05-26Thread Safety Analysis: Support reentrant capabilities (#137133)Marco Elver
2025-02-26Thread Safety Analysis: Support warning on passing/returning pointers to guar...Marco Elver
2024-12-20Thread Safety Analysis: Support passing scoped locks between functions with a...Malek Ben Slimane
2024-11-19Thread safety analysis: Implement MutexLocker factory functions in documentationAaron Puchert
2024-07-09Support `guarded_by` attribute and related attributes inside C structs and su...Pierre d'Herbemont
2024-07-01[clang][ThreadSafety] Revert stricter typing on trylock attributes (#97293)Dan McArdle
2024-06-24[clang][ThreadSafety] Fix code block syntax in ThreadSafetyAnalysis.rst (#96494)Dan McArdle
2024-06-24[clang][ThreadSafety] Check trylock function success and return types (#95290)Dan McArdle
2024-06-12Revert "Support `guarded_by` attribute and related attributes inside C struct...Dan Liew
2024-06-12Support `guarded_by` attribute and related attributes inside C structs and su...Pierre d'Herbemont
2022-10-13Thread safety analysis: Support copy-elided production of scoped capabilities...Aaron Puchert
2022-10-07Revert "Thread safety analysis: Support copy-elided production of scoped capa...Hans Wennborg
2022-10-06Thread safety analysis: Support copy-elided production of scoped capabilities...Aaron Puchert
2021-11-30[clang][docs] Inclusive language: remove use of sanity check in option descri...Zarko Todorovski
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-07-23Thread safety analysis: Mock getter for private mutexes can be undefinedAaron Puchert
2020-09-26Thread safety analysis: Improve documentation for ASSERT_CAPABILITYRussell Yanofsky
2020-09-06Thread safety analysis: Improve documentation for scoped capabilitiesAaron Puchert
2020-09-06Thread safety analysis: Test and document release_generic_capabilityAaron Puchert
2020-09-05Thread safety analysis: Document how try-acquire is handledAaron Puchert
2017-05-08Correct the attribute spelling for guarded_var and pt_guarded_var.Aaron Ballman
2017-05-05Do not redefine the THREAD_ANNOTATION_ATTRIBUTE__ macro in the documentation.Aaron Ballman
2015-05-22Updating the documentation to include an operator! for negative capability su...Aaron Ballman
2014-11-14Correcting some grammar and typos, and adding CERT as a collaborator.Aaron Ballman
2014-09-24Thread Safety Analysis: Update to documentation.DeLesley Hutchins
2014-02-19Some of these headings had the incorrect number of "underlines" and so would ...Aaron Ballman
2014-02-18Updated documentation for Thread Safety Analysis.DeLesley Hutchins