[clang-tools-extra] [clang-tidy][bugprone-posix-return] support integer literals as LHS (PR #109302)

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 07:03:27 PDT 2024


================
@@ -126,6 +126,10 @@ Changes in existing checks
   usages of ``sizeof()``, ``alignof()``, and ``offsetof()`` when adding or
   subtracting from a pointer.
 
+- Improved :doc:`bugprone-posix-return
----------------
EugeneZelenko wrote:

Should be before `bugprone-sizeof-expression`.

https://github.com/llvm/llvm-project/pull/109302


More information about the cfe-commits mailing list