Parent: #53
Depends on
Working unit
Add the C++ parser/inference parity test suite after parser and resolver slices land.
Scope
- Cover includes, namespace-qualified calls, class/static method calls, return-source inference, resolver-backed inferred types, and graceful degradation.
- Include a fixture proving C++ calls into C engines are not duplicated as C++ contracts.
Out of scope
- No new parser features unless required to fix a failing parity assertion.
- No library contract expansion.
Acceptance criteria
- C++ parser, return-source/resolver, contract plumbing, and at least one C++ contract slice are merged.
go test ./internal/callgraph/... passes.
Parent: #53
Depends on
Working unit
Add the C++ parser/inference parity test suite after parser and resolver slices land.
Scope
Out of scope
Acceptance criteria
go test ./internal/callgraph/...passes.