================ @@ -328,7 +328,11 @@ Changes in existing checks where the check wouldn't diagnose throws in arguments to functions or constructors. Added fine-grained configuration via options `CheckDestructors`, `CheckMoveMemberFunctions`, `CheckMain`, - `CheckedSwapFunctions`, and `CheckNothrowFunctions`. + `CheckedSwapFunctions`, and `CheckNothrowFunctions`; and added + ``KnownUnannotatedAsThrowing`` and ``UnknownAsThrowing`` to support ---------------- EugeneZelenko wrote:
```suggestion `KnownUnannotatedAsThrowing` and `UnknownAsThrowing` to support ``` https://github.com/llvm/llvm-project/pull/168324 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
