commit | 3dfb8bc8892e1e0d09e216751b93cc1cc1fb941c | [log] [tgz] |
---|---|---|
author | Bart Van Assche <[email protected]> | Wed Feb 22 10:01:33 2023 -0800 |
committer | Bart Van Assche <[email protected]> | Thu Feb 23 16:06:42 2023 +0000 |
tree | f9821f4e60e94f44b9d0785fb0cbf9d8b94a16c9 | |
parent | bae352bddbf47e7bd97f415e510dab34ba97d6ae [diff] |
init: Simplify struct BuiltinArguments Make the code that creates BuiltinArguments instances easier to read by using initializer lists instead of constructor calls. Remove the BuiltinArguments constructors. Change-Id: I6cf215a81d298cf7e524e22fb75db820e0225c9a Signed-off-by: Bart Van Assche <[email protected]>