commit | ed3b0c991c597bcc62c91741d50add37fa736672 | [log] [tgz] |
---|---|---|
author | Alexander Shaposhnikov <shal1t712@gmail.com> | Thu Sep 01 23:49:48 2016 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 04 14:29:55 2020 -0700 |
tree | 814538da7700ea8ed464196d4e42b33d671ee1f5 | |
parent | b313ae59ea293eb29688f6152d2216d27b47d5b0 [diff] |
Add clang-reorder-fields to clang-tools-extra This diff adds v0 of clang-reorder-fields tool to clang/tools/extra. The main idea behind this tool is to simplify and make less error-prone refactoring of large codebases when someone needs to change the order fields of a struct/class (for example to remove excess padding). Differential revision: https://reviews.llvm.org/D23279 llvm-svn: 280431 GitOrigin-RevId: ae4ff453a4a95140669dd0cab28ec7d7032e5449