[PATCH] D134461: [Clang] Warn when trying to deferencing void pointers in C
Jun Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 24 07:20:17 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe07ead85a368: [Clang] Warn when trying to dereference void pointers in C (authored by junaire).
Changed prior to commit:
https://reviews.llvm.org/D134461?vs=462643&id=462671#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134461/new/
https://reviews.llvm.org/D134461
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseExpr.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/Analysis/misc-ps.m
clang/test/C/drs/dr0xx.c
clang/test/C/drs/dr1xx.c
clang/test/Sema/asm.c
clang/test/Sema/builtins-arm.c
clang/test/Sema/conditional-expr.c
clang/test/Sema/deref.c
clang/test/Sema/expr-address-of.c
clang/test/Sema/i-c-e.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134461.462671.patch
Type: text/x-patch
Size: 16727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220924/5bb1bbe6/attachment.bin>
More information about the cfe-commits
mailing list