tinygo/cgo/testdata
Ayke van Laethem cceb655874 cgo: run CGo parser for all CGo fragments in a file
Previously, libclang was run on each fragment (import "C") separately.
However, in regular Go it's possible for later fragments to refer to
types in earlier fragments so they must have been parsed as one.

This commit changes the behavior to run only one C parser invocation for
each Go file.
2021-11-04 22:26:33 +01:00
..
include cgo: make -I and -L paths absolute 2020-03-17 20:43:28 +01:00
basic.go cgo: add bare-bones test 2019-11-03 19:15:38 +01:00
basic.out.go cgo: run CGo parser for all CGo fragments in a file 2021-11-04 22:26:33 +01:00
const.go cgo: add support for symbols 2020-01-03 23:44:58 +01:00
const.out.go cgo: add support for symbols 2020-01-03 23:44:58 +01:00
errors.go cgo: run CGo parser for all CGo fragments in a file 2021-11-04 22:26:33 +01:00
errors.out.go cgo: run CGo parser for all CGo fragments in a file 2021-11-04 22:26:33 +01:00
flags.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
flags.out.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
types.go cgo: run CGo parser for all CGo fragments in a file 2021-11-04 22:26:33 +01:00
types.out.go cgo: don't normalize CGo tests anymore 2021-09-09 13:28:50 +02:00