Skip to content

Commit 6a80842

Browse files
committed
fixup: Restore comment for TokenKey
This comment was originally on the namespace containing TokenKey and KeywordStatus. I've only restored it to TokenKey because KeywordStatus is used by the code that uses TokenKinds.def not TokenKinds.def itself.
1 parent af4a46f commit 6a80842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/IdentifierTable.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class LangOptions;
4646
class MultiKeywordSelector;
4747
class SourceLocation;
4848

49+
/// Constants for TokenKinds.def
4950
enum TokenKey : unsigned {
5051
KEYC99 = 0x1,
5152
KEYCXX = 0x2,

0 commit comments

Comments
 (0)