From df94731290a9164ea3135468740562be2625dba8 Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Wed, 15 Jan 2020 16:34:23 -0500 Subject: [PATCH] update LLVM coding standards description, closes #1502 --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 47231eb..f4585d1 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -20382,7 +20382,7 @@ Reference sections: Many of their rules apply generally. * [High Integrity C++ Coding Standard](http://www.codingstandard.com/). * [llvm](http://llvm.org/docs/CodingStandards.html). - Somewhat brief, pre-C++11, and (not unreasonably) adjusted to its domain. + Somewhat brief, based on C++14, and (not unreasonably) adjusted to its domain. * ??? ## RF.books: Books with coding guidelines