[PATCH] D134702: [Clang] Don't warn if deferencing void pointers in unevaluated context

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 27 08:31:41 PDT 2022


junaire added a comment.

In D134702#3818274 <https://reviews.llvm.org/D134702#3818274>, @nathanchance wrote:

> Thanks a lot for fixing this! I took it for a spin against the Linux kernel and all instances of `-Wvoid-ptr-dereference` disappeared :)

Awesome! Glad to hear this fixed your problem!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134702/new/

https://reviews.llvm.org/D134702



More information about the cfe-commits mailing list