[all-commits] [llvm/llvm-project] ae434c: [C] Fix issue with -Wimplicit-void-ptr-cast (#154351)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Aug 19 09:55:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae434cdd0ba572ab1b11629c8a10073dea7d2f3f
      https://github.com/llvm/llvm-project/commit/ae434cdd0ba572ab1b11629c8a10073dea7d2f3f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-08-19 (Tue, 19 Aug 2025)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/Sema/implicit-void-ptr-cast.c

  Log Message:
  -----------
  [C] Fix issue with -Wimplicit-void-ptr-cast (#154351)

The changes from https://github.com/llvm/llvm-project/pull/136855 missed
a change with atomic assignment constraints. This fixes a bug where we'd
accidentally drop a non-atomic-to-atomic conversion step.

Fixes #154157

co-authored-by: @ahatanak



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