Skip to content

Commit a40d238

Browse files
committed
update comment
1 parent 5dbcde4 commit a40d238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ class CPPCHECKLIB Token {
14331433
fIsFinalType = (1ULL << 42), // Is this a type with final specifier
14341434
fIsInitComma = (1ULL << 43), // Is this comma located inside some {..}. i.e: {1,2,3,4}
14351435
fIsInitBracket = (1ULL << 44), // Is this bracket used as a part of variable initialization i.e: int a{5}, b(2);
1436-
fIsAnonymous = (1ULL << 45), // Is this a token added for an unnamed bit-field
1436+
fIsAnonymous = (1ULL << 45), // Is this a token added for an unnamed member
14371437
};
14381438

14391439
enum : std::uint8_t {

0 commit comments

Comments
 (0)