From e50dd412b5fb5b288119e71406c6de7b29cc0b91 Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Fri, 19 Apr 2019 13:17:48 +0900 Subject: [PATCH] add LLVM Coding Standards --- docs/learn/online-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/learn/online-resources.md b/docs/learn/online-resources.md index 2937c2c..472fbdf 100644 --- a/docs/learn/online-resources.md +++ b/docs/learn/online-resources.md @@ -15,6 +15,7 @@ description: オンラインでアクセスできる C++ 資料の紹介 ## コーディングガイドライン - [C++ Core Guidelines](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) - [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) | [日本語訳](https://ttsuki.github.io/styleguide/cppguide.ja.html) +- [LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html) ## C++ 規格関連 - [C++ 規格](https://cppmap.github.io/standardization/working-drafts/)