[clang-tools-extra] Fix false positive in bugprone-throw-keyword-missing (PR #115138)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 08:01:52 PST 2024
================
@@ -186,6 +186,10 @@ Changes in existing checks
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
additional functions to match.
+- Improved :doc:`bugprone-throw-keyword-missing
----------------
EugeneZelenko wrote:
Should be after `bugprone-sizeof-expression`.
https://github.com/llvm/llvm-project/pull/115138
More information about the cfe-commits
mailing list