diff options
author | Brad King <brad.king@kitware.com> | 2015-08-25 19:13:33 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-08-25 19:13:33 (GMT) |
commit | cdb9984bff78b8f76c3b8c3f622928e4f29920a1 (patch) | |
tree | 8c96f2525d8d0f4645b5b95e3e2c04184004ca29 /Source/cmComputeTargetDepends.cxx | |
parent | 96dafff97fb4674db3c47b89902722edef45fc65 (diff) | |
parent | e876963fc9e03018a189f4433050d459a475afbf (diff) | |
download | CMake-cdb9984bff78b8f76c3b8c3f622928e4f29920a1.zip CMake-cdb9984bff78b8f76c3b8c3f622928e4f29920a1.tar.gz CMake-cdb9984bff78b8f76c3b8c3f622928e4f29920a1.tar.bz2 |
Merge topic 'consistent-empty'
e876963f Replace '0 == instances.size()' with instances.empty().
44ffb9cd Replace foo.size() pattern with !foo.empty().
8f89f8b1 Replace 'foo.size() != 0' pattern with !foo.empty().
524610f9 Replace 'foo.size() == 0' pattern with foo.empty().
0e14c7ee Replace 'foo.size() > 0' pattern with !foo.empty().
Diffstat (limited to 'Source/cmComputeTargetDepends.cxx')
0 files changed, 0 insertions, 0 deletions