You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2018/05/01 08:28:06 UTC

[arrow] branch master updated: ARROW-2529: [C++] Update mention of clang-format to 5.0 in the docs

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new bdd5cad  ARROW-2529: [C++] Update mention of clang-format to 5.0 in the docs
bdd5cad is described below

commit bdd5cad95ad8b5fc454a3701957f951f93f1c420
Author: Alessandro Andrioni <ja...@gmail.com>
AuthorDate: Tue May 1 10:27:45 2018 +0200

    ARROW-2529: [C++] Update mention of clang-format to 5.0 in the docs
    
    Also add docs on how to install on macOS via Homebrew.
    
    Author: Alessandro Andrioni <ja...@gmail.com>
    
    Closes #1972 from andrioni/patch-1 and squashes the following commits:
    
    4ecc95f <Alessandro Andrioni> clang-format 5.0 is needed now
---
 cpp/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cpp/README.md b/cpp/README.md
index daeeade..0cc8bd6 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -320,9 +320,10 @@ You can also fix any formatting errors automatically:
 
     make format
 
-These commands require `clang-format-4.0` (and not any other version).
+These commands require `clang-format-5.0` (and not any other version).
 You may find the required packages at http://releases.llvm.org/download.html
-or use the Debian/Ubuntu APT repositories on https://apt.llvm.org/.
+or use the Debian/Ubuntu APT repositories on https://apt.llvm.org/. On macOS
+with [Homebrew][1] you can get it via `brew install llvm@5`.
 
 ## Continuous Integration
 

-- 
To stop receiving notification emails like this one, please contact
apitrou@apache.org.