lix/tests/unit/libexpr/value
eldritch horrors ad5366c2ad libexpr: pass Exprs as references, not pointers
almost all places where Exprs are passed as pointers expect the pointers
to be non-null. pass them as references to encode this constraint in the
type system as well (and also communicate that Exprs must not be freed).

Change-Id: Ia98f166fec3c23151f906e13acb4a0954a5980a2
2024-06-17 19:46:44 +00:00
..
context.cc Move tests to separate directories, and document 2023-12-01 13:05:03 -05:00
print.cc libexpr: pass Exprs as references, not pointers 2024-06-17 19:46:44 +00:00