commit | 3f991e4a325a75f963fe4e92af0f2a3c38ff6ea5 | [log] [tgz] |
---|---|---|
author | Vlad Serebrennikov <serebrennikov.vladislav@gmail.com> | Tue Oct 31 20:45:02 2023 +0300 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 31 10:51:26 2023 -0700 |
tree | 2a8472a760c0968f2577c767a0f2a7299ce0c68c | |
parent | 008f03e5481092e7f118c7e1f17e92bf92b7fd41 [diff] |
[clang][NFC] Refactor ElaboratedTypeKeyword This patch moves ElaboratedTypeKeyword before `Type` definition so that the enum is complete where bit-field for it is declared. It also converts it to scoped enum and removes `ETK_` prefix. GitOrigin-RevId: 4ad2ada5216ee2bb3c334a3233a9ab51f2521b82