commit | 7a00491906a66f0218c0643f3df1969937c411fe | [log] [tgz] |
---|---|---|
author | Michael Forster <forster@google.com> | Thu May 12 07:45:57 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 12 07:46:30 2022 -0700 |
tree | da6c4ea941ed837875959ae569423caef9b4642f | |
parent | 36aefadb19c04af425553a581b97e6889ea1f4a7 [diff] |
Support unnamed fields. This is not a very important case, but it does occur (e.g., in `<bits/timex.h>`). The reason to support this is to get rid of one of the remaining cases where we fail to import fields. If we could eliminate that fully, the overall importer setup could be simplified. PiperOrigin-RevId: 448246613