-
- Downloads
Meta: modernize old-fashioned loops to range-based `for`.
Changes done via `clang-tidy` with some manual fine-tuning for the variable naming and `auto` type deduction where appropriate.
Showing
- Source/bindexplib.cxx 4 additions, 6 deletionsSource/bindexplib.cxx
- Source/cmAddCompileOptionsCommand.cxx 2 additions, 3 deletionsSource/cmAddCompileOptionsCommand.cxx
- Source/cmAddCustomCommandCommand.cxx 6 additions, 9 deletionsSource/cmAddCustomCommandCommand.cxx
- Source/cmAddDefinitionsCommand.cxx 2 additions, 3 deletionsSource/cmAddDefinitionsCommand.cxx
- Source/cmCLocaleEnvironmentScope.cxx 2 additions, 3 deletionsSource/cmCLocaleEnvironmentScope.cxx
- Source/cmCMakeMinimumRequired.cxx 5 additions, 5 deletionsSource/cmCMakeMinimumRequired.cxx
- Source/cmCPackPropertiesGenerator.cxx 6 additions, 9 deletionsSource/cmCPackPropertiesGenerator.cxx
- Source/cmCPluginAPI.cxx 4 additions, 5 deletionsSource/cmCPluginAPI.cxx
- Source/cmCTest.cxx 16 additions, 21 deletionsSource/cmCTest.cxx
- Source/cmCacheManager.cxx 9 additions, 14 deletionsSource/cmCacheManager.cxx
- Source/cmCommandArgumentParserHelper.cxx 2 additions, 2 deletionsSource/cmCommandArgumentParserHelper.cxx
- Source/cmCommandArgumentsHelper.cxx 16 additions, 28 deletionsSource/cmCommandArgumentsHelper.cxx
- Source/cmCommonTargetGenerator.cxx 4 additions, 7 deletionsSource/cmCommonTargetGenerator.cxx
- Source/cmComputeComponentGraph.cxx 5 additions, 5 deletionsSource/cmComputeComponentGraph.cxx
- Source/cmComputeLinkDepends.cxx 39 additions, 52 deletionsSource/cmComputeLinkDepends.cxx
- Source/cmComputeLinkInformation.cxx 44 additions, 67 deletionsSource/cmComputeLinkInformation.cxx
- Source/cmComputeTargetDepends.cxx 42 additions, 55 deletionsSource/cmComputeTargetDepends.cxx
- Source/cmCoreTryCompile.cxx 21 additions, 30 deletionsSource/cmCoreTryCompile.cxx
- Source/cmCryptoHash.cxx 3 additions, 4 deletionsSource/cmCryptoHash.cxx
- Source/cmCustomCommandGenerator.cxx 8 additions, 12 deletionsSource/cmCustomCommandGenerator.cxx
Loading
Please register or sign in to comment