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 008844c commit db17bdaCopy full SHA for db17bda
clang/include/clang/Lex/Token.h
@@ -89,7 +89,7 @@ class Token {
89
IsReinjected = 0x800, // A phase 4 token that was produced before and
90
// re-added, e.g. via EnterTokenStream. Annotation
91
// tokens are *not* reinjected.
92
- FirstPPToken = 0x1000, // This token is the first pp token in the
+ FirstPPToken = 0x1000, // This token is the first pp token in the
93
// translation unit.
94
};
95
0 commit comments