https://github.com/ax-6 updated https://github.com/llvm/llvm-project/pull/87739
From af7157690dfe3dc914588435be3a7c976e3c47f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AX=E7=BD=91?= <a...@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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits