Files
carbon-lang/toolchain/check
Nicholas Bishop f519cccaf2 Add CallAction to allow deferring calls (#7682)
Calls with template callee or args can now be deferred via an
InstAction. This allows code like this to check:

```carbon
import Cpp inline '''
template<typename T>
struct C {};
''';

fn F(generic T: type) {
  let unused c: Cpp.C(T) = Cpp.C(T).C();
}
```
2026-08-28 18:00:58 +00:00
..
…
2026-08-17 20:49:23 +00:00
2026-08-17 20:49:23 +00:00
2026-08-24 18:05:15 +00:00
2026-08-25 18:43:52 +00:00
2026-08-25 18:43:52 +00:00
2026-08-17 20:49:23 +00:00
2026-08-17 20:49:23 +00:00