- Fixed problem when after changes in macros handling in Clang-tidy 14 cased issues from from this check be hidden when assert is defined in system headers. Now raising diagnostic for a place from where macro is called.
- Added support for const, pure, constexpr functions/methods. Now they considered safe.
- Split configuration options CheckFunctionCalls, IgnoredFunctions, to support enabling only checking of methods, or only of functions.
Fixes: #47605, #31825, #31821
Please do not use auto if type is not spelled explicitly or iterator.