| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/clangtool: allow final verification of output | Dmitry Vyukov | 2025-11-20 | 1 | -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 helper | Dmitry Vyukov | 2025-11-17 | 1 | -0/+13 |
| | | | | | | Add LoadOutput helper to use in future commits, and switch to osutil.ReadJSON helper. | ||||
| * | pkg/clangtool/tooltest: add package | Dmitry Vyukov | 2025-11-17 | 1 | -0/+103 |
| Factor out common clang tool testing helpers from the declextract tool test. | |||||
