Commits


Benjamin Kietzman authored and Wes McKinney committed a665b829124
ARROW-4123: [C++] Enable linting tools to be run on Windows * replaced lint and tidy targets with python scripts, ala run_clang_format.py * factored out some common functionality into a helper module (`lintutils`) for those scripts * add (windows) default LLVM install directory to FindClangTools' search path Author: Benjamin Kietzman <bengilgit@gmail.com> Closes #3374 from bkietz/ARROW-4123-improve-windows-linting and squashes the following commits: c0bec4ea8 <Benjamin Kietzman> Rework linting into Python scripts so they will work on Windows