commit | 18a165ea7ec596e1555c1a82f03f4bc960bfc681 | [log] [tgz] |
---|---|---|
author | Kean Mariotti <keanmariotti@google.com> | Wed Apr 17 07:17:36 2024 +0000 |
committer | Kean Mariotti <keanmariotti@google.com> | Thu Apr 18 10:54:04 2024 +0000 |
tree | 48e82c8963b7ab59805051802af6ea80b8747639 | |
parent | acc326408ca5a5abe1adf42c361f3eb168061646 [diff] |
cleanup messages allow list - Pass around container by reference instead of value (avoid unneeded deep-copies) - Use std::unordered_set instead of std::set (no need to be sorted) - Rename variable "messages_to_compile" to "messages_allowlist" to reduce confusion with other message lists in the code - Remove raw pointer Bug: 321668269 Test: presubmit Change-Id: I43eaf5c1db3d15b066a95f34373211aadf6417b4