[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warning...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 18 Nov 2016 21:57:58 +0000 (21:57 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 18 Nov 2016 21:57:58 +0000 (21:57 +0000)
commitae7ac95cc9fd34ce55b404050e523abe1a943260
tree40c557e513ab5e7baabaeebe539190faa59620a7
parent09c311b9a46c72ffea99026755db046cc2b0364f
[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes.

Differential revision: https://reviews.llvm.org/D26433

llvm-svn: 287384
18 files changed:
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
llvm/examples/Kaleidoscope/Chapter2/toy.cpp
llvm/examples/Kaleidoscope/Chapter3/toy.cpp
llvm/examples/Kaleidoscope/Chapter4/toy.cpp
llvm/examples/Kaleidoscope/Chapter5/toy.cpp
llvm/examples/Kaleidoscope/Chapter6/toy.cpp
llvm/examples/Kaleidoscope/Chapter7/toy.cpp
llvm/examples/Kaleidoscope/Chapter8/toy.cpp