|
clang-tools 22.0.0git
|
Go to the source code of this file.
Namespaces | |
| namespace | TidyFastChecks |
Functions | |
| TidyFastChecks.read_old_fast (path) | |
| TidyFastChecks.measure () | |
Variables | |
| int | TidyFastChecks.FAST_THRESHOLD = 8 |
| int | TidyFastChecks.SLOW_THRESHOLD = 15 |
| TidyFastChecks.parser = argparse.ArgumentParser() | |
| TidyFastChecks.help | |
| TidyFastChecks.default | |
| TidyFastChecks.action | |
| TidyFastChecks.args = parser.parse_args() | |
| TidyFastChecks.old_fast = list(read_old_fast(args.target)) if os.path.exists(args.target) else [] | |
| TidyFastChecks.file | |
| TidyFastChecks.buffering | |
| int | TidyFastChecks.threshold = SLOW_THRESHOLD if check in old_fast else FAST_THRESHOLD |
| str | TidyFastChecks.decision = threshold else "SLOW" |