8000 bpo-45952: Get the C analyzer tool working again. by ericsnowcurrently · Pull Request #29882 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45952: Get the C analyzer tool working again. #29882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Suggest a better comment in the TODO file.
  • Loading branch information
ericsnowcurrently committed Dec 1, 2021
commit 6a832c2dfb2d9bfa68f80d0f9380aa078d3eeef1
5 changes: 4 additions & 1 deletion Tools/c-analyzer/TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# For up-to-date results, run: ./python Tools/c-analyzer/c-analyzer.py analyze
# For up-to-date results, run:
# ./python Tools/c-analyzer/c-analyzer.py check --format summary
# or
# ./python Tools/c-analyzer/c-analyzer.py analyze


#######################################
Expand Down
0