[PATCH] D23279: clang-reorder-fields

Alexander Shaposhnikov via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 26 16:18:16 PDT 2016


alexshap marked 10 inline comments as done.
alexshap added a comment.

I have marked all the inline comments as done, if i need to change/fix smth else - pls, reopen the corresponding comment or add a new one.
**Current apporach** : correctly create all the necessary replacements supported by this tool (v0). This includes:
struct/class definition (if the new list of fields doesn't imply changes of the accesses), constructors and 
initializations of aggregates (at the moment partial initialization is not supported.
If for some reason we are not able to generate the correct replacement we write a message to llvm::errs() and don't generate it.


Repository:
  rL LLVM

https://reviews.llvm.org/D23279





More information about the cfe-commits mailing list