summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/c_parser
Commit message (Expand)AuthorAgeFilesLines
* bpo-45952: Get the C analyzer tool working again. (gh-29882)Eric Snow2021-12-013-11/+39
* Fix typos in the Tools directory (GH-28769)Christian Clauss2021-10-063-8/+8
* bpo-44854: Remove trailing whitespaces (GH-27689)Serhiy Storchaka2021-08-092-2/+2
* Fix a typo in c-analyzer (GH-24468)Ikko Ashimine2021-03-191-1/+1
* bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. ...Eric Snow2020-12-242-3/+5
* bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)Eric Snow2020-11-203-23/+66
* bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)Eric Snow2020-10-306-133/+236
* bpo-36876: Fix the C analyzer tool. (GH-22841)Eric Snow2020-10-2321-0/+5204
* bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)Eric Snow2019-10-196-1127/+0
* bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)Eric Snow2019-09-272-18/+43
* 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-116-0/+1099