The plan is to intersect this list with the checks selected per config.
This is not yet done, but the initial list is checked in as a baseline.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/TidyFastChecks.py | ||
---|---|---|
32 | file to use for benchmark? | |
42 | what does -P do? shouldn't the latter be -DFAST? | |
71 | comment seems to be incomplete here | |
71 | it might be useful to include name of the file benchmarks were performed on in the output. | |
84 | i don't see the point in including delta in the output if we're also making the decision here. is it mostly for debugging purposes? e.g. when updating the list we get to see the difference? |
clang-tools-extra/clangd/TidyFastChecks.inc | ||
---|---|---|
3 | can you also re-run the script before checking in (or update here, since re-running all might take a while, but would be a good way to test history preserving logic) | |
clang-tools-extra/clangd/TidyFastChecks.py | ||
77 | s/perncentage/percentage | |
84 | if that's the case no need. just wanted to make sure about it. |
Script reads/writes from file rather than redirecting output.
Update .inc file to show "no-op" changes.
can you also re-run the script before checking in (or update here, since re-running all might take a while, but would be a good way to test history preserving logic)