[clang] Update Token.h (PR #87739)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 4 20:37:22 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: AX网 (ax-6)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/87739.diff
1 Files Affected:
- (modified) clang/include/clang/Lex/Token.h (+1-1)
``````````diff
diff --git a/clang/include/clang/Lex/Token.h b/clang/include/clang/Lex/Token.h
index 36ec5ddaa29adb..4f29fb7d114159 100644
--- a/clang/include/clang/Lex/Token.h
+++ b/clang/include/clang/Lex/Token.h
@@ -58,7 +58,7 @@ class Token {
/// Annotations (resolved type names, C++ scopes, etc): isAnnotation().
/// This is a pointer to sema-specific data for the annotation token.
/// Eof:
- // This is a pointer to a Decl.
+ /// This is a pointer to a Decl.
/// Other:
/// This is null.
void *PtrData;
``````````
</details>
https://github.com/llvm/llvm-project/pull/87739
More information about the cfe-commits
mailing list