[all-commits] [llvm/llvm-project] b39160: [Clang][Sema] Expression in assumption attribute s...

Yanzuo Liu via All-commits all-commits at lists.llvm.org
Mon Jul 28 20:53:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b39160ddfb625bd57f9113471b15cda748151a10
      https://github.com/llvm/llvm-project/commit/b39160ddfb625bd57f9113471b15cda748151a10
  Author: Yanzuo Liu <zwuis at outlook.com>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/test/Parser/cxx23-assume.cpp
    M clang/test/SemaCXX/cxx23-assume.cpp

  Log Message:
  -----------
  [Clang][Sema] Expression in assumption attribute should be full expression (#150814)

Add missing `ActOnFinishFullExpr` to `BuildCXXAssumeExpr`. We did it
during template instantiation but forgot non-template case.



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