Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
6eab7d79
Verified
Commit
6eab7d79
authored
Jun 08, 2020
by
Daniel Vrátil
🤖
Browse files
Allow passing extra arguments to run-clang-tidy
parent
fc31a9fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/run-clang-tidy.sh
View file @
6eab7d79
...
...
@@ -18,7 +18,7 @@
set
-xe
BUILDDIR
=
$1
BUILDDIR
=
$1
;
shift
1
function
sanitize_compile_commands
{
...
...
@@ -45,4 +45,4 @@ function sanitize_compile_commands
sanitize_compile_commands
cd
${
BUILDDIR
}
run-clang-tidy
-j
$(
nproc
)
-q
run-clang-tidy
-j
$(
nproc
)
-q
$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment