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 a5ae54a commit 2c0a99fCopy full SHA for 2c0a99f
clang/include/clang/Lex/Token.h
@@ -58,7 +58,7 @@ class Token {
58
/// Annotations (resolved type names, C++ scopes, etc): isAnnotation().
59
/// This is a pointer to sema-specific data for the annotation token.
60
/// Eof:
61
- // This is a pointer to a Decl.
+ /// This is a pointer to a Decl.
62
/// Other:
63
/// This is null.
64
void *PtrData;
0 commit comments