[clang] [clang] Disable missing definition warning on pure virtual functions (PR #74510)

Charalampos Mitrodimas via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 11:53:23 PST 2023


================
@@ -0,0 +1,20 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -Wundefined-func-template %s
+// expected-no-diagnostics
+
+namespace PR74016 {
----------------
charmitro wrote:

Fixed. I wasn't aware of this, thanks!

https://github.com/llvm/llvm-project/pull/74510


More information about the cfe-commits mailing list