[all-commits] [llvm/llvm-project] 83c597: [clang][analyzer] Fixed 'if_nameindex' in MallocCh...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri Jul 10 02:20:06 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83c5973a0a9e849efdec168a1b712f355e59ff4c
https://github.com/llvm/llvm-project/commit/83c5973a0a9e849efdec168a1b712f355e59ff4c
Author: Balázs Kéri <balazs.keri at ericsson.com>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
M clang/test/Analysis/malloc-failure.c
M clang/test/Analysis/malloc.c
Log Message:
-----------
[clang][analyzer] Fixed 'if_nameindex' in MallocChecker (#207726)
The function `if_nameindex` has 0 arguments but `MallocChecker` expected
it to have 1 argument and was not recognized by the checker correctly.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list