[all-commits] [llvm/llvm-project] 0c92f8: [clang] Disable missing definition warning on pure...

Charalampos Mitrodimas via All-commits all-commits at lists.llvm.org
Tue Apr 9 06:47:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c92f8646a765174b68797ad3c0842215c77752f
      https://github.com/llvm/llvm-project/commit/0c92f8646a765174b68797ad3c0842215c77752f
  Author: Charalampos Mitrodimas <charmitro at posteo.net>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaExpr.cpp
    A clang/test/SemaTemplate/instantiate-pure-virtual-function.cpp

  Log Message:
  -----------
  [clang] Disable missing definition warning on pure virtual functions (#74510)

Warning '-Wundefined-func-template' incorrectly indicates that no
definition is available for a pure virtual function. However, a
definition is not needed for a pure virtual function.

Fixes #74016



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