aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/clangtool/tooltest
Commit message (Collapse)AuthorAgeFilesLines
* pkg/clangtool: allow final verification of outputDmitry Vyukov2025-11-201-1/+3
| | | | | | | Let tools verify that all source file names, line numbers, etc are valid/present. If there are any bogus entries, it's better to detect them early, than to crash/error much later when the info is used.
* pkg/clangtool/tooltest: add LoadOutput helperDmitry Vyukov2025-11-171-0/+13
| | | | | Add LoadOutput helper to use in future commits, and switch to osutil.ReadJSON helper.
* pkg/clangtool/tooltest: add packageDmitry Vyukov2025-11-171-0/+103
Factor out common clang tool testing helpers from the declextract tool test.