forked from OSchip/llvm-project
bf3c84cff7
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 excessive padding). Differential revision: https://reviews.llvm.org/D23279 llvm-svn: 280456 |
||
---|---|---|
.. | ||
AggregatePartialInitialization.cpp | ||
CStructAmbiguousName.cpp | ||
CStructFieldsOrder.cpp | ||
ClassDifferentFieldsAccesses.cpp | ||
ClassMixedInitialization.cpp | ||
ClassSimpleCtor.cpp |