summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts/clang-format.bash
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Port GenerateExportHeader test to RunCMake infrastructureBrad King2016-09-051-1/+1
| | | | This will allow build failure cases to be added later.
* clang-format.bash: Fix filter-branch example documentationBrad King2016-06-301-4/+8
| | | | | | Inside `git filter-branch --tree-filter` we must format all tracked files because formatting of the tree for each commit is independent from earlier commits.
* clang-format.bash: Limit formatting to files selected by optionsBrad King2016-05-201-2/+45
| | | | | | | Now that our one-shot clang-format run is complete we rarely need to filter the entire tree anymore. Filter nothing if no options are given and just print the usage message. Offer options to specify selection of some set of files from Git as needed for various workflows.
* Add a script to run clang-format on the entire source treeBrad King2016-05-161-0/+91
List all sources in version control and filter out those that we should not format for various reasons. Then run the clang-format tool to do an in-place update.