issues
search
BlueBrain
/
hpc-coding-conventions
Apache License 2.0
8
stars
5
forks
source link
clang-tidy-related fixes
#141
Closed
olupton
closed
2 years ago
olupton
commented
2 years ago
Run custom targets for tools like
clang-tidy
in the source directory, so
git ls-tree
works sensibly.
Run custom targets for tools like
clang-tidy
in the
console
pool for Ninja, meaning that output is not buffered.
Make
clang-tidy
output useful by passing
-v
, remove erroneous
check
positional argument.
Slightly de-duplicate some Python library code.
clang-tidy
in the source directory, sogit ls-tree
works sensibly.clang-tidy
in theconsole
pool for Ninja, meaning that output is not buffered.clang-tidy
output useful by passing-v
, remove erroneouscheck
positional argument.