commit | 5d01db1aa7634a012109d43e6403451b76de1daa | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Aug 25 15:02:42 2015 +0100 |
committer | Calin Juravle <calin@google.com> | Thu Sep 17 12:26:28 2015 +0100 |
tree | 9032845624b975d13d28cdddd920e6b66ddae2db | |
parent | 9b2c10ebac8e024412b4cc43e6511d724a0fd345 [diff] |
BuildInvoke refactor: extract String.init in its own code path This makes it clear that we special handle String init. Getting rid of all `if (is_string_init)` improves readability into what we actually do and expect for strings. Change-Id: I9b4fba4c3ea89e0003c0704335cbe80e874d0e15