[all-commits] [llvm/llvm-project] 5f24ae: [C] Update -Wimplicit-void-ptr-cast for null point...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon May 5 04:06:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f24ae925121807c70068d20182b50a2a4b37a97
https://github.com/llvm/llvm-project/commit/5f24ae925121807c70068d20182b50a2a4b37a97
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/Sema/implicit-void-ptr-cast.c
Log Message:
-----------
[C] Update -Wimplicit-void-ptr-cast for null pointer constants (#138271)
Null pointer constants require a bit of extra effort to handle in C.
Fixes #138145
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