diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-02-28 21:11:28 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-02-28 21:11:28 +0000 |
commit | 27f41a373699a877f45898db633be24a683b6616 (patch) | |
tree | 673eb19a3f53da89b0c0e2ea6da110c92bb7b55d /docs | |
parent | 640da197aedb73d1b12925fe4048cdd6d7fc7917 (diff) | |
download | llvm-27f41a373699a877f45898db633be24a683b6616.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodingStandards.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index 9aefa247e9ce..0696147ccd75 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 |