We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f3079 commit 366daddCopy full SHA for 366dadd
clang/include/clang/Serialization/ASTBitCodes.h
@@ -1522,13 +1522,13 @@ enum DeclCode {
1522
/// An ImplicitConceptSpecializationDecl record.
1523
DECL_IMPLICIT_CONCEPT_SPECIALIZATION,
1524
1525
- // A decls specilization record.
+ // A decls specialization record.
1526
DECL_SPECIALIZATIONS,
1527
1528
1529
DECL_PARTIAL_SPECIALIZATIONS,
1530
1531
- DECL_LAST = DECL_IMPLICIT_CONCEPT_SPECIALIZATION
+ DECL_LAST = DECL_PARTIAL_SPECIALIZATIONS
1532
};
1533
1534
/// Record codes for each kind of statement or expression.
0 commit comments