commit | a6723e6629fa482ebfbedf8471e4dfc396cf9e60 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Mon Jul 26 16:06:17 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 29 14:32:30 2021 -0700 |
tree | a4e5b998990cfcb435fc35d067c1e0c644910d4b | |
parent | 139efb2c9e3540b4875107716800b348a04fd479 [diff] |
[DebugInfo] Use per-enumerator signedness for DIEnumerator Allegedly the DWARF backend ignores this field of DIEnumerator, but we set it nonetheless in case we decide to use it in the future. Alternatively, we could remove it, but it is simpler to pass down the signed bit as it is in the AST for now. Implemented to address comments on D106585 GitOrigin-RevId: f9f56488e02d1c09a9cd4acde61ce1c712e71405