[PATCH] D27001: [LLVM] [ADT] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 13:58:50 PST 2016


Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: mehdi_amini, compnerd.
Eugene.Zelenko added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

I checked this patch on my own build on RHEL 6. Regressions were OK.

I think review in Phabricator will be better because ADT is fundamental part of LLVM and changes there cause long rebuilds.


Repository:
  rL LLVM

https://reviews.llvm.org/D27001

Files:
  include/llvm/ADT/DAGDeltaAlgorithm.h
  include/llvm/ADT/DepthFirstIterator.h
  include/llvm/ADT/EquivalenceClasses.h
  include/llvm/ADT/FoldingSet.h
  include/llvm/ADT/ImmutableSet.h
  include/llvm/ADT/IntervalMap.h
  include/llvm/ADT/IntrusiveRefCntPtr.h
  include/llvm/ADT/PointerUnion.h
  include/llvm/ADT/SmallString.h
  include/llvm/ADT/StringMap.h
  include/llvm/ADT/iterator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27001.78945.patch
Type: text/x-patch
Size: 31382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/3a29db0d/attachment.bin>


More information about the llvm-commits mailing list