aboutsummaryrefslogtreecommitdiffstats
path: root/testdata
AgeCommit message (Expand)Author
2023-05-20Fix panic when go statement calls non-function-literalTeddy Wing
2023-05-19Add test for local closure assigned to variableTeddy Wing
2023-05-18testdata: Add missing license headersTeddy Wing
2023-05-18varDeclaration: Return all identifiers in declarationTeddy Wing
2023-05-18Add test for shadowing declarationTeddy Wing
2023-05-17Add test for shadowingTeddy Wing
2023-05-17function_argument: Add a test for local function variablesTeddy Wing
2023-05-17Add test for function argumentsTeddy Wing
2023-05-17struct_reference.go: Test multiple diagnostics on one lineTeddy Wing
2023-05-16Add license (GNU GPLv3+)Teddy Wing
2023-05-16Report reference-type closure argumentsTeddy Wing
2023-05-16Use scope test to report captured variablesTeddy Wing
2023-05-16Add automated testTeddy Wing
2023-05-15Try getting `GenDecl`s in closureTeddy Wing
2023-05-15Add test for reference argumentsTeddy Wing
2023-05-15Add a new test for struct methodsTeddy Wing
2023-05-15Find out how to get closure argumentsTeddy Wing
2023-05-15testdata/simple.go: Add package and function callTeddy Wing
2023-05-15testdata/simple.go: Add a local variable in closureTeddy Wing
2023-05-15testdata/simple.go: Find out what happens when var is reusedTeddy Wing
2023-05-15Find variables in `go func` closuresTeddy Wing
2023-05-14Find `go` statements using Go analyzerTeddy Wing