[PATCH] D24572: [clang-tidy] Clean up code after applying replacements.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 10:08:49 PDT 2016


alexfh created this revision.
alexfh added reviewers: ioeric, hokein.
alexfh added a subscriber: cfe-commits.

Remove empty namespaces and initializer list commas / colons in
affected ranges. A strawman patch: proper options for enabling the cleanup and
specifying the format style are needed.

https://reviews.llvm.org/D24572

Files:
  clang-tidy/ClangTidy.cpp
  clang-tidy/ClangTidyDiagnosticConsumer.cpp
  test/clang-tidy/clean-up-code.cpp
  test/clang-tidy/fix.cpp
  test/clang-tidy/google-readability-namespace-comments.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24572.71380.patch
Type: text/x-patch
Size: 9436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160914/90a4041f/attachment.bin>


More information about the cfe-commits mailing list