steakhal added inline comments.
================ Comment at: clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:684 + .Case({ + ReturnValueCondition(LessThanOrEq, ArgNo(2)), + }) ---------------- Two lines below you are using the `{0U}` initialization syntax, and here the simple constructor call syntax. Shouldn't we pick one? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75063/new/ https://reviews.llvm.org/D75063 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits