From 27f41a373699a877f45898db633be24a683b6616 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 28 Feb 2014 21:11:28 +0000 Subject: [PATCH] Add whitespace to try to fix bulleted list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202537 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index 9aefa247e9c..0696147ccd7 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst @@ -96,6 +96,7 @@ The ultimate definition of this set is what build bots with those respective toolchains accept. Don't argue with the build bots. Each toolchain provides a good reference for what it accepts: + * Clang: http://clang.llvm.org/cxx_status.html * GCC: http://gcc.gnu.org/projects/cxx0x.html * MSVC: http://msdn.microsoft.com/en-us/library/hh567368.aspx -- 2.34.1