[Serialization] Update DECL_LAST · llvm/llvm-project@d6fd6e4 (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -1522,13 +1522,13 @@ enum DeclCode {
1522 1522 /// An ImplicitConceptSpecializationDecl record.
1523 1523 DECL_IMPLICIT_CONCEPT_SPECIALIZATION,
1524 1524
1525 -// A decls specilization record.
1525 +// A decls specialization record.
1526 1526 DECL_SPECIALIZATIONS,
1527 1527
1528 -// A decls specilization record.
1528 +// A decls specialization record.
1529 1529 DECL_PARTIAL_SPECIALIZATIONS,
1530 1530
1531 - DECL_LAST = DECL_IMPLICIT_CONCEPT_SPECIALIZATION
1531 + DECL_LAST = DECL_PARTIAL_SPECIALIZATIONS
1532 1532 };
1533 1533
1534 1534 /// Record codes for each kind of statement or expression.