diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2019-10-23 11:40:45 -0700 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2019-10-23 11:40:45 -0700 |
| commit | bf2975eca0a1176b0256ba538debf121c2f7f11c (patch) | |
| tree | 9c05ed016f4fee637f1b7f79d141a80171262275 /llvm/docs/CodingStandards.rst | |
| parent | 6b77ebdc919d9212f50fd353b1da0d84d3815bf3 (diff) | |
| download | bcm5719-llvm-bf2975eca0a1176b0256ba538debf121c2f7f11c.tar.gz bcm5719-llvm-bf2975eca0a1176b0256ba538debf121c2f7f11c.zip | |
Remove a no longer accurate sentence from the coding standards.
(And test my commit access. We're working on larger changes here.)
Diffstat (limited to 'llvm/docs/CodingStandards.rst')
| -rw-r--r-- | llvm/docs/CodingStandards.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst index f1873c92da1..ca24ef639cf 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@nondot.org>`_. +maintainability of our common source base. Languages, Libraries, and Standards =================================== |

