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

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 16:50:07 PST 2016


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

Also replaced obsolete bzero()/bcopy() with memset()/memcpy().


Repository:
  rL LLVM

https://reviews.llvm.org/D26433

Files:
  examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
  examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
  examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
  examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
  examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
  examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
  examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
  examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
  examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
  examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
  examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
  examples/Kaleidoscope/Chapter2/toy.cpp
  examples/Kaleidoscope/Chapter3/toy.cpp
  examples/Kaleidoscope/Chapter4/toy.cpp
  examples/Kaleidoscope/Chapter5/toy.cpp
  examples/Kaleidoscope/Chapter6/toy.cpp
  examples/Kaleidoscope/Chapter7/toy.cpp
  examples/Kaleidoscope/Chapter8/toy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26433.77288.patch
Type: text/x-patch
Size: 41905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161109/c56052a7/attachment.bin>


More information about the llvm-commits mailing list