================ @@ -33,6 +33,7 @@ namespace clang { class Decl; struct DeducedPack; class Sema; +enum class TemplateDeductionResult; ---------------- erichkeane wrote:
should we specify the underlying type in all of these? I wonder if we can just specify it as `uint8_t`? Would mean not having to store it as a bitfield if we didn't want. https://github.com/llvm/llvm-project/pull/81398 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits