Also replaced obsolete bzero()/bcopy() with memset()/memcpy().
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D26433
[LLVM] Fix some Clang-tidy modernize-use-default and Include What You Use warnings in examples; other minor fixes ClosedPublic Authored by Eugene.Zelenko on Nov 8 2016, 4:50 PM.
Details Summary Also replaced obsolete bzero()/bcopy() with memset()/memcpy().
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix some Clang-tidy modernize-use-default and Include What You Use warnings in examples; other minor fixes. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Nov 18 2016, 12:59 PM Closed by commit rL287384: [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use… (authored by eugenezelenko). · Explain WhyNov 18 2016, 2:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 78578 llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter2/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter3/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter4/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter5/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter6/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter7/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter8/toy.cpp
|