[cfe-dev] [analyser] memset arguments checker

Malcolm Parsons via cfe-dev cfe-dev at lists.llvm.org
Wed Dec 13 05:25:04 PST 2017


On 13 December 2017 at 12:54, Alexey Knyshev via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I have an idea for memset checker for handling accidental args swap such as:

clang-tidy has this check:
https://clang.llvm.org/extra/clang-tidy/checks/bugprone-suspicious-memset-usage.html

-- 
Malcolm Parsons



More information about the cfe-dev mailing list