[clang] [clang]improve diagnosing redefined defaulted constructor with different exception specs (PR #69688)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 20 02:20:14 PDT 2023
================
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -fcxx-exceptions -std=c++11 %s
----------------
tbaederr wrote:
There's a typo in the name of this file.
https://github.com/llvm/llvm-project/pull/69688
More information about the cfe-commits
mailing list