================ @@ -6069,6 +6069,9 @@ def AlwaysDestroyDocs : Documentation { The ``always_destroy`` attribute specifies that a variable with static or thread storage duration should have its exit-time destructor run. This attribute is the default unless clang was invoked with -fno-c++-static-destructors. + +If a variable is explicitly declared with this attribute clang will silence the +exit-time destructor warning. ---------------- AaronBallman wrote:
```suggestion If a variable is explicitly declared with this attribute, Clang will silence otherwise applicable ``-Wexit-time-destructor`` warnings. ``` https://github.com/llvm/llvm-project/pull/86486 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits