summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer/c_parser/info.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)Eric Snow2020-11-201-4/+40
* bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)Eric Snow2020-10-301-128/+38
* bpo-36876: Fix the C analyzer tool. (GH-22841)Eric Snow2020-10-221-0/+1658
* bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)Eric Snow2019-10-181-106/+0
* bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)Eric Snow2019-09-271-16/+41
* bpo-38187: Fix reference leak in test_tools (GH-16233)Pablo Galindo2019-09-171-0/+3
* bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)Eric Snow2019-09-111-0/+78