aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors3.txt
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-171-0/+3
| | | | | const[0x12345678, int8] is always an error, detect these cases. Found some bugs in mptcp, socket proto and fuchsia fidl descriptions.
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-171-0/+20
Add errors3.txt with tests for errors that are produced during generation phase. Refactor tests to reduce duplication. Tidy struct/union size errors: better locations and make testable.