[clang] [clang][NFC] Refactor `Sema::TemplateDeductionResult` (PR #81398)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 07:33:45 PST 2024
================
@@ -33,6 +33,7 @@ namespace clang {
class Decl;
struct DeducedPack;
class Sema;
+enum class TemplateDeductionResult;
----------------
erichkeane wrote:
Ok then, I'm ok sticking to our existing practice if this is a policy that was already made.
https://github.com/llvm/llvm-project/pull/81398
More information about the cfe-commits
mailing list