openclonk/src/landscape/fow
Tushar Maheshwari a661eab867 Automatic fixes using clang-tidy for header files
A follow-up on a previous PR GH-41. The discussion in the forum can be
viewed at http://forum.openclonk.org/topic_show.pl?pid=33086.
Run clang-tidy (without auto, pass-by-value and using checks) to fix the
header files not modified in the previous PR.

Summary of the changes:

 - C++11 member initialization.
 - nullptr instead of 0 for pointers.
 - override for functions declared virtual in base class.
 - default trivial special member functions
2017-05-15 13:46:46 +02:00
..
C4FoW.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoW.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoWAmbient.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoWAmbient.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoWBeam.cpp Prevent using USE_CONSOLE in lib{misc,c4script} 2016-10-22 17:42:23 +02:00
C4FoWBeam.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4FoWBeamTriangle.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoWDrawStrategy.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoWDrawStrategy.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FoWLight.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4FoWLight.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4FoWLightSection.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4FoWLightSection.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4FoWRegion.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4FoWRegion.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00