[all-commits] [llvm/llvm-project] 562999: [clang] assume_aligned incorrectly diagnoses a dep...

Amr Hesham via All-commits all-commits at lists.llvm.org
Wed Oct 9 21:48:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 562999a9f32779c7017235969ec62d99e51a7865
      https://github.com/llvm/llvm-project/commit/562999a9f32779c7017235969ec62d99e51a7865
  Author: Amr Hesham <amr96 at programmer.net>
  Date:   2024-10-10 (Thu, 10 Oct 2024)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/test/SemaCXX/alloc-align-attr.cpp
    M clang/test/SemaCXX/builtin-assume-aligned-tmpl.cpp
    A clang/test/SemaCXX/noescape-attr.cpp
    M clang/test/SemaObjCXX/noescape.mm

  Log Message:
  -----------
  [clang] assume_aligned incorrectly diagnoses a dependent return type (#111573)

Fix `assume_aligned` incorrectly diagnoses a dependent return type

Fixes: #111563



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