clang-tidy: add modernize nullptr & emplace
authorRoland Schulz <roland.schulz@intel.com>
Mon, 14 May 2018 09:14:51 +0000 (02:14 -0700)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 29 Jun 2018 14:35:12 +0000 (16:35 +0200)
commit7be6dcee472c2508a495156060f28be74329939a
tree015ef6116020757b544f950b37d5abcf3511ea86
parent7ec73081c8bd0cacb7365a349f31f22218d3e207
clang-tidy: add modernize nullptr & emplace

Move selection/scanner.cpp and parser.cpp into
libgromacs_generated to exclude it from clang-tidy.

All files had been automatically fixed previously.
Changes are new occurrences of old pattern.

Change-Id: I46df2622b555af83e03cc79077d3510168ffc6d4
33 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/analysisdata/datastorage.cpp
src/gromacs/awh/awh.cpp
src/gromacs/awh/biaswriter.cpp
src/gromacs/awh/correlationtensor.cpp
src/gromacs/awh/grid.cpp
src/gromacs/awh/read-params.cpp
src/gromacs/domdec/domdec.cpp
src/gromacs/essentialdynamics/edsam.cpp
src/gromacs/ewald/pme.cpp
src/gromacs/fileio/checkpoint.cpp
src/gromacs/fileio/gmxfio.cpp
src/gromacs/fileio/oenv.cpp
src/gromacs/fileio/readinp.cpp
src/gromacs/gmxana/gmx_angle.cpp
src/gromacs/gmxana/gmx_nmr.cpp
src/gromacs/gmxlib/nonbonded/nb_kernel_c/nb_kernel_allvsall.cpp
src/gromacs/gmxpreprocess/grompp.cpp
src/gromacs/gmxpreprocess/readir.cpp
src/gromacs/gmxpreprocess/toputil.cpp
src/gromacs/gmxpreprocess/vsite_parm.cpp
src/gromacs/gmxpreprocess/x2top.cpp
src/gromacs/listed-forces/disre.cpp
src/gromacs/mdlib/calc_verletbuf.cpp
src/gromacs/mdlib/constr.cpp
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/mdsetup.cpp
src/gromacs/mdlib/nbnxn_tuning.cpp
src/gromacs/pulling/pull.cpp
src/gromacs/pulling/pullutil.cpp
src/gromacs/selection/compiler.cpp
src/gromacs/selection/selection.cpp
src/gromacs/topology/index.cpp