[all-commits] [llvm/llvm-project] 02b452: [NFC][flang] Added deduction guide for StaticDescr...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Tue Mar 18 07:58:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02b4522358f29dbe13f628647f99b28a0307a56b
      https://github.com/llvm/llvm-project/commit/02b4522358f29dbe13f628647f99b28a0307a56b
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M flang-rt/include/flang-rt/runtime/descriptor.h

  Log Message:
  -----------
  [NFC][flang] Added deduction guide for StaticDescriptor class. (#131690)

I keep getting these warnings when building with clang-17:
`warning: 'StaticDescriptor' may not intend to support class template
argument deduction [-Wctad-maybe-unsupported]`

This change should help avoiding them.



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