summaryrefslogtreecommitdiff
path: root/clang-tidy-diff.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move scripts in the `scripts` directory (#2735)Sam Clegg2020-04-091-28/+0
|
* Fix clang-tidy in Travis (#2656)Heejin Ahn2020-02-121-1/+1
| | | | | | | | - Run cmake before clang-tidy. clang-tidy requires the build database file `compile_commands.json`, which is created by cmake. - Change the error message for clang-tidy. Unlike clang-format, clang-tidy does not show diff to apply; it only prints error messages. Fixes #2653.
* Mention that the diff from clang-format and -tidy can be applied (#2526)Alon Zakai2019-12-131-1/+1
|
* Improve error detection in clang-tidy/clang-format scripts (#2156)Sam Clegg2019-06-061-3/+18
| | | | | | - Error out of shell script if any command fails. - Don't try to run on travis builds that are not PRs (i.e. don't have any upstream). - Prefer origin/master over just master (some folks don't use master locally). - Don't hide stderr by piping it to dev/null.
* Don't show stderr output of clang-tidy in Travis CI (#2089)Heejin Ahn2019-05-061-1/+1
| | | | | When we run clang-tidy for the second time to show the error, don't show stderr output because they are not very helpful and all error messages are printed in stdout.
* Change error message slightlyHeejin Ahn2019-04-301-1/+1
|
* Remove special case handlingHeejin Ahn2019-04-271-10/+0
|
* Add a helpful message when skipping testHeejin Ahn2019-04-271-0/+1
|
* Add a clang-tidy error again to show how Travis CI worksHeejin Ahn2019-04-271-2/+3
|
* Missing 'then'Heejin Ahn2019-04-271-0/+1
|
* Typo fixHeejin Ahn2019-04-271-1/+1
|
* Finally?Heejin Ahn2019-04-271-0/+7
|
* Add missint 'exit 1'Heejin Ahn2019-04-261-0/+1
|
* Add clang-tidy Travis hook + testHeejin Ahn2019-04-261-0/+12