ClangTidy - Legacy cleanup:
authorA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 13 May 2018 23:52:14 +0000 (16:52 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sun, 13 May 2018 23:55:00 +0000 (16:55 -0700)
commit8eb34c50b997ff74e8b4bfb27abcbd03910c81b3
tree47a0a6b71cbbafdf67c5aaed9391e117e1a8dbb0
parent13980cc155d514eaa0a620b39d1396616a392775
ClangTidy - Legacy cleanup:

  * use nullptr
  * converting integer literal to bool, use bool literal instead
  * annotate this function with 'override' or (rarely) 'final'
  * prefer using 'override' or (rarely) 'final' instead of 'virtual'

PiperOrigin-RevId: 196441181
tensorflow/core/common_runtime/gpu/gpu_device_test.cc
tensorflow/core/common_runtime/process_function_library_runtime_test.cc
tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc
tensorflow/core/kernels/cudnn_rnn_ops.cc
tensorflow/core/kernels/roll_op.cc
tensorflow/tools/graph_transforms/transform_graph.cc