================ @@ -1960,24 +1960,44 @@ class ExplicitSpecifier { class CXXDeductionGuideDecl : public FunctionDecl { void anchor() override; +public: + // Represents the relationship between this deduction guide and the + // deduction guide that it was generated from (or lack thereof). + // See the SourceDeductionGuide member for more details. + enum class SourceDeductionGuideKind : unsigned char { ---------------- erichkeane wrote:
```suggestion enum class SourceDeductionGuideKind : uint8_t { ``` I thought I saw elsewhere we do this reasonably consistently? Else, feel free to ignore. https://github.com/llvm/llvm-project/pull/98788 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits