forked from OSchip/llvm-project
This diff adds a warning emitted by clang-reorder-fields when reordering breaks dependencies in the initializer list. Patch by Sam Conrad! Differential revision: https://reviews.llvm.org/D35972 llvm-svn: 309505 |
||
|---|---|---|
| .. | ||
| AggregatePartialInitialization.cpp | ||
| CStructAmbiguousName.cpp | ||
| CStructFieldsOrder.cpp | ||
| ClassDerived.cpp | ||
| ClassDifferentFieldsAccesses.cpp | ||
| ClassMixedInitialization.cpp | ||
| ClassSimpleCtor.cpp | ||
| FieldDependencyWarning.cpp | ||
| FieldDependencyWarningDerived.cpp | ||
| PlainCStructFieldsOrder.c | ||