[llvm] bf2975e - Remove a no longer accurate sentence from the coding standards.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 11:41:32 PDT 2019
Author: Chandler Carruth
Date: 2019-10-23T11:40:45-07:00
New Revision: bf2975eca0a1176b0256ba538debf121c2f7f11c
URL: https://github.com/llvm/llvm-project/commit/bf2975eca0a1176b0256ba538debf121c2f7f11c
DIFF: https://github.com/llvm/llvm-project/commit/bf2975eca0a1176b0256ba538debf121c2f7f11c.diff
LOG: Remove a no longer accurate sentence from the coding standards.
(And test my commit access. We're working on larger changes here.)
Added:
Modified:
llvm/docs/CodingStandards.rst
Removed:
################################################################################
diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst
index f1873c92da14..ca24ef639cf0 100644
--- a/llvm/docs/CodingStandards.rst
+++ b/llvm/docs/CodingStandards.rst
@@ -40,8 +40,7 @@ change it in some other way. Just do the reformatting as a separate commit
from the functionality change.
The ultimate goal of these guidelines is to increase the readability and
-maintainability of our common source base. If you have suggestions for topics to
-be included, please mail them to `Chris <mailto:sabre at nondot.org>`_.
+maintainability of our common source base.
Languages, Libraries, and Standards
===================================
More information about the llvm-commits
mailing list