summaryrefslogtreecommitdiff
path: root/misc/cgo/errors/errors_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor2019-07-121-0/+1
* misc/cgo/errors: consolidate test workRuss Cox2019-05-211-12/+1
* misc/cgo/errors: fix tests in module modeBryan C. Mills2019-02-221-1/+1
* cmd/cgo: set correct column for user-written codeIan Lance Taylor2018-12-121-0/+1
* cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka2018-12-051-0/+1
* cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor2018-12-031-1/+6
* cmd/compile: record original and absolute file names for line directivesgriesemer2017-11-131-1/+1
* misc/cgo/errors: don't pass -C to compilerIan Lance Taylor2017-09-141-1/+1
* misc/cgo/errors: test that the Go rune type is not identical to C.intBryan C. Mills2017-09-141-0/+1
* misc/cgo/errors: fix erroneous regexp detectionBryan C. Mills2017-09-141-12/+21
* misc/cgo/errors: port test.bash to GoBryan C. Mills2017-09-131-0/+151