aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index d702cfb..f8e22c8 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -909,6 +909,12 @@ example:
If a function that has an ``sspstrong`` attribute is inlined into a
function that doesn't have an ``sspstrong`` attribute, then the
resulting function will have an ``sspstrong`` attribute.
+``thread_safety``
+ This attribute indicates that the thread safety analysis is enabled
+ for this function.
+``uninitialized_checks``
+ This attribute indicates that the checks for uses of uninitialized
+ memory are enabled.
``uwtable``
This attribute indicates that the ABI being targeted requires that
an unwind table entry be produce for this function even if we can