[PATCH] Introduce Go coding standards for LLVM.

Reid Kleckner rnk at google.com
Mon Oct 13 15:44:22 PDT 2014


================
Comment at: docs/CodingStandards.rst:182-184
@@ +181,5 @@
+
+Any code written in the Go programming language is not subject to the
+formatting rules below. Instead, we adopt the formatting rules enforced by
+the `gofmt`_ tool.
+
----------------
We should probably just say that none of these conventions apply to non-C-family languages. Our Python bindings and lit are basically PEP8 style, for example.

http://reviews.llvm.org/D5761






More information about the llvm-commits mailing list