================
@@ -72,14 +72,22 @@ Options
    Comma separated list containing type names which are not counted as thrown
    exceptions in the check. Default value is an empty string.
 
-.. option:: KnownUnannotatedAsThrowing
-
-   When `true`, treat calls to functions with visible definitions that are not
-   explicitly declared as non-throwing (i.e. lack ``noexcept`` or ``throw()``)
-   as potentially throwing, even if their bodies are visible and no explicit
-   throw is found. Default value is `false`.
-
-.. option:: UnknownAsThrowing
-
-   When `true`, treat calls to functions without visible definitions as
-   potentially throwing. Default value is `false`.
+.. option:: TreatFunctionsWithoutSpecificationAsThrowing
+
+   Determines which functions are considered as throwing if they do not have
+   an explicit exception specification. It can be set to the following values:
+
+   ``None``
----------------
EugeneZelenko wrote:

Convention is to use single back-ticks for options and their values. Indeed, 
it'll be great to fix incorrect highlighting in other places. I think list 
should be used as they are used in regular documents. Thank you for all your 
maintenance efforts!

https://github.com/llvm/llvm-project/pull/168324
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to