diff options
-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 |