[clang] Thread Safety Analysis: Support reentrant capabilities (PR #137133)

Aaron Puchert via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 24 17:12:53 PDT 2025


================
@@ -6708,15 +6708,15 @@ int testAdoptShared() {
 
 } // namespace ReturnScopedLockable
 
-#endif
+#endif // __cpp_guaranteed_copy_elision
----------------
aaronpuchert wrote:

These changes are fine, but please just commit them separately. (No review required.)

https://github.com/llvm/llvm-project/pull/137133


More information about the cfe-commits mailing list