-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I tried running run_O2CodeChecker.py with the -fix option on the ReadoutCard library (master branch).
This resulted in anonymous namespaces being broken by having their opening bracket removed.
For example, code like:
namespace {
// some stuff in here
}
is turned into:
namespace
// some stuff in here
}
The command I used was
run_O2CodeChecker.py -clang-tidy-binary `which O2codecheck` -checks=-*,modernize-*,-modernize-use-default,-modernize-pass-by-value,-modernize-use-auto,-modernize-use-bool-literals,-modernize-use-using,-modernize-loop-convert,-modernize-use-bool-literals,-modernize-make-unique,aliceO2-member-name,alice* -fix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels