-
Notifications
You must be signed in to change notification settings - Fork 854
feature: clang-tidy&format #10209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: clang-tidy&format #10209
Conversation
we can revert to clang-6 if frank wants this but 8 was never an option so far
@@ -0,0 +1,61 @@ | |||
#!/usr/bin/env bash | |||
set -u |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this like clang-format-diff ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No - This checks the clang version to be used.
But instead of using the logic provided by franks awesome find command one could have come up with some regular expression for clang-format-diff.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed the script to use clang-format-diff
Co-Authored-By: Simon <simon@graetzer.org>
Co-Authored-By: Wilfried Goesgens <willi@arangodb.com>
…db/arangodb into feature/clang-tidy-format * 'feature/clang-tidy-format' of https://github.com/arangodb/arangodb: Update arangod/Aql/Query.cpp Update utils/clang-tidy
Does readlink -f work on macOS? |
Closed as there is not sufficient interest. |
add tooling -- sample run https://travis-ci.org/ObiWahn/arangodb/builds/596510020