[clang] [clang] Implement P2582R1: CTAD from inherited constructors (PR #98788)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 08:00:42 PDT 2024


================
@@ -1960,24 +1960,38 @@ class ExplicitSpecifier {
 class CXXDeductionGuideDecl : public FunctionDecl {
   void anchor() override;
 
+public:
+  enum class SourceKind {
----------------
cor3ntin wrote:

Can we get a better name / comment for this enum?

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


More information about the cfe-commits mailing list