From b34028f8bf8e48031aa4faee5a634afe2f7786b6 Mon Sep 17 00:00:00 2001 From: zoubing Date: Mon, 15 Jul 2024 16:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8E=9F=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llvm-coding-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-coding-standards.md b/llvm-coding-standards.md index 11d1fe8..3b75d7c 100644 --- a/llvm-coding-standards.md +++ b/llvm-coding-standards.md @@ -1,6 +1,6 @@ # LLVM 编码规范 -**LLVM Coding Standards [官网](https://llvm.org/docs/CodingStandards.html) | 历史翻译版本 [Github](https://github.com/zxhio/coding)** +**LLVM Coding Standards [官网](https://llvm.org/docs/CodingStandards.html)** - [LLVM 编码规范](#llvm-编码规范) - [导论](#导论)