[clang] Update Token.h (PR #87739)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 4 20:36:40 PDT 2024


https://github.com/ax-6 created https://github.com/llvm/llvm-project/pull/87739

None

>From af7157690dfe3dc914588435be3a7c976e3c47f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?AX=E7=BD=91?= <ax-6 at outlook.com>
Date: Fri, 5 Apr 2024 11:36:15 +0800
Subject: [PATCH] Update Token.h

---
 clang/include/clang/Lex/Token.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;



More information about the cfe-commits mailing list