[all-commits] [llvm/llvm-project] 6260d8: [C++] Fix a failed assertion with nullability chec...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Jul 15 10:07:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6260d8ff8277d35ff783ba7c6febb1489eb94b24
      https://github.com/llvm/llvm-project/commit/6260d8ff8277d35ff783ba7c6febb1489eb94b24
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-07-15 (Tue, 15 Jul 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/TreeTransform.h
    A clang/test/SemaTemplate/gh138371.cpp

  Log Message:
  -----------
  [C++] Fix a failed assertion with nullability checking (#148881)

This fixes a failed assertion with an operator call expression which
comes from a macro expansion when performing analysis for nullability
attributes.

Fixes #138371



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