[PATCH] D23279: clang-reorder-fields

Alexander Shaposhnikov via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 01:21:02 PDT 2016


alexshap updated this revision to Diff 69807.
alexshap added a comment.

1. Fix handling of initListExprs.

http://clang.llvm.org/doxygen/Expr_8h_source.html#l03701

2. Fix handling of unchanged files
3. Add tests (AggregatePartialInitialization and ClassDifferentFieldsAccesses)


Repository:
  rL LLVM

https://reviews.llvm.org/D23279

Files:
  CMakeLists.txt
  clang-reorder-fields/CMakeLists.txt
  clang-reorder-fields/ReorderFieldsAction.cpp
  clang-reorder-fields/ReorderFieldsAction.h
  clang-reorder-fields/tool/CMakeLists.txt
  clang-reorder-fields/tool/ClangReorderFields.cpp
  test/CMakeLists.txt
  test/clang-reorder-fields/AggregatePartialInitialization.cpp
  test/clang-reorder-fields/CStructAmbiguousName.cpp
  test/clang-reorder-fields/CStructFieldsOrder.cpp
  test/clang-reorder-fields/ClassDifferentFieldsAccesses.cpp
  test/clang-reorder-fields/ClassMixedInitialization.cpp
  test/clang-reorder-fields/ClassSimpleCtor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23279.69807.patch
Type: text/x-patch
Size: 22506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160831/a5716d22/attachment-0001.bin>


More information about the cfe-commits mailing list