Skip to content

Commit d6fd6e4

Browse files
ChuanqiXu9tstellar
authored andcommitted
[Serialization] Update DECL_LAST
Address post commit review at llvm#119333 (review) (cherry picked from commit 366dadd)
1 parent d919b8d commit d6fd6e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Serialization/ASTBitCodes.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1522,13 +1522,13 @@ enum DeclCode {
15221522
/// An ImplicitConceptSpecializationDecl record.
15231523
DECL_IMPLICIT_CONCEPT_SPECIALIZATION,
15241524

1525-
// A decls specilization record.
1525+
// A decls specialization record.
15261526
DECL_SPECIALIZATIONS,
15271527

1528-
// A decls specilization record.
1528+
// A decls specialization record.
15291529
DECL_PARTIAL_SPECIALIZATIONS,
15301530

1531-
DECL_LAST = DECL_IMPLICIT_CONCEPT_SPECIALIZATION
1531+
DECL_LAST = DECL_PARTIAL_SPECIALIZATIONS
15321532
};
15331533

15341534
/// Record codes for each kind of statement or expression.

0 commit comments

Comments
 (0)