[clang] [clang][NFC] Refactor `Sema::TemplateDeductionResult` (PR #81398)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 06:35:13 PST 2024
================
@@ -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
More information about the cfe-commits
mailing list