[Chapel Merge] Remove trailing whitespace

Branch: refs/heads/main
Revision: b7d58c1
Author: aconsroe-hpe
Link: https://github.com/chapel-lang/chapel/pull/19169
Log Message:

Merge pull request #19169 from aconsroe-hpe/remove-whitespace

Remove trailing whitespace

reviewed by @lydia-duncan

This continues the work of #7848 by removing all trailing whitespace that would have been warned on and enables this check in smokeTest.

The dirs that are searched are the same as before: compiler, runtime, modules, and tools. See util/devel/lookForTrailingSpaces

Also pointed out by @vasslitvinov that there was a trailing whitespace in our internal error message that is now removed and the associated .bad files are updated.

  • [x] paratest (w/ futures)

    Modified Files:
    M compiler/AST/AstToText.cpp
    M compiler/AST/ForLoop.cpp
    M compiler/AST/ForallStmt.cpp
    M compiler/AST/Makefile
    M compiler/AST/Makefile.include
    M compiler/AST/WhileDoStmt.cpp
    M compiler/AST/astutil.cpp
    M compiler/AST/dominator.cpp
    M compiler/AST/flags.cpp
    M compiler/AST/foralls.cpp
    M compiler/AST/iterator.cpp
    M compiler/AST/view.cpp
    M compiler/adt/Makefile
    M compiler/adt/Makefile.include
    M compiler/adt/Makefile.share
    M compiler/adt/vec.cpp
    M compiler/backend/Makefile
    M compiler/backend/Makefile.include
    M compiler/backend/Makefile.share
    M compiler/backend/beautify.cpp
    M compiler/codegen/Makefile
    M compiler/codegen/Makefile.include
    M compiler/codegen/cg-alist.cpp
    M compiler/codegen/cg-expr.cpp
    M compiler/codegen/mli.cpp
    M compiler/include/DecoratedClasses.h
    M compiler/include/ForallStmt.h
    M compiler/include/LayeredValueTable.h
    M compiler/include/beautify.h
    M compiler/include/chpl.h
    M compiler/include/clangUtil.h
    M compiler/include/codegen.h
    M compiler/include/dominator.h
    M compiler/include/exprAnalysis.h
    M compiler/include/flags.h
    M compiler/include/forallOptimizations.h
    M compiler/include/freebsd/stdint.h
    M compiler/include/genret.h
    M compiler/include/intlimits.h
    M compiler/include/iterator.h
    M compiler/include/library.h
    M compiler/include/list.h
    M compiler/include/llvmAggregateGlobalOps.h
    M compiler/include/llvmDebug.h
    M compiler/include/llvmDumpIR.h
    M compiler/include/llvmGlobalToWide.h
    M compiler/include/llvmVer.h
    M compiler/include/log.h
    M compiler/include/map.h
    M compiler/include/resolveIntents.h
    M compiler/include/splitInit.h
    M compiler/include/stringutil.h
    M compiler/include/sunos_old/stdint.h
    M compiler/include/tmpdirname.h
    M compiler/include/vec.h
    M compiler/include/version.h
    M compiler/include/view.h
    M compiler/include/visibleFunctions.h
    M compiler/llvm/Makefile
    M compiler/llvm/Makefile.include
    M compiler/llvm/Makefile.share
    M compiler/llvm/llvm-global-to-wide/CMakeLists.txt
    M compiler/llvm/llvm-global-to-wide/Makefile
    M compiler/llvm/llvm-global-to-wide/Makefile.common
    M compiler/llvm/llvmExtractIR.cpp
    M compiler/main/Makefile
    M compiler/main/Makefile.include
    M compiler/main/PhaseTracker.cpp
    M compiler/main/PhaseTracker.h
    M compiler/main/checks.cpp
    M compiler/main/configured_prefix.h
    M compiler/main/version.cpp
    M compiler/main/version_num.h
    M compiler/make/Makefile.compiler.commonrules
    M compiler/make/Makefile.compiler.foot
    M compiler/make/Makefile.compiler.head
    M compiler/make/Makefile.compiler.rules
    M compiler/make/Makefile.compiler.subdirrules
    M compiler/next/README
    M compiler/next/include/chpl/resolution/resolution-types.h
    M compiler/next/include/chpl/types/CompositeType.h
    M compiler/next/include/chpl/uast/Begin.h
    M compiler/next/include/chpl/uast/BracketLoop.h
    M compiler/next/include/chpl/uast/Break.h
    M compiler/next/include/chpl/uast/Catch.h
    M compiler/next/include/chpl/uast/Cobegin.h
    M compiler/next/include/chpl/uast/Coforall.h
    M compiler/next/include/chpl/uast/Conditional.h
    M compiler/next/include/chpl/uast/Continue.h
    M compiler/next/include/chpl/uast/DoWhile.h
    M compiler/next/include/chpl/uast/For.h
    M compiler/next/include/chpl/uast/Forall.h
    M compiler/next/include/chpl/uast/Foreach.h
    M compiler/next/include/chpl/uast/Include.h
    M compiler/next/include/chpl/uast/IndexableLoop.h
    M compiler/next/include/chpl/uast/MultiDecl.h
    M compiler/next/include/chpl/uast/NumericLiteral.h
    M compiler/next/include/chpl/uast/Pragma.h
    M compiler/next/include/chpl/uast/Reduce.h
    M compiler/next/include/chpl/uast/Scan.h
    M compiler/next/include/chpl/uast/Sync.h
    M compiler/next/include/chpl/uast/TaskVar.h
    M compiler/next/include/chpl/uast/Throw.h
    M compiler/next/include/chpl/uast/Try.h
    M compiler/next/include/chpl/uast/TupleDecl.h
    M compiler/next/include/chpl/uast/TypeDecl.h
    M compiler/next/include/chpl/uast/While.h
    M compiler/next/include/chpl/uast/Yield.h
    M compiler/next/lib/immediates/Makefile
    M compiler/next/lib/immediates/Makefile.include
    M compiler/next/lib/immediates/cast_code.cpp
    M compiler/next/lib/immediates/hash_multipliers.cpp
    M compiler/next/lib/immediates/ifa_vars.cpp
    M compiler/next/lib/immediates/make_prims/Makefile
    M compiler/next/lib/immediates/make_prims/make_prims.cpp
    M compiler/next/lib/immediates/prim_data.h
    M compiler/next/lib/parsing/Makefile
    M compiler/next/lib/parsing/Makefile.include
    M compiler/next/lib/queries/Makefile
    M compiler/next/lib/queries/Makefile.include
    M compiler/next/lib/resolution/Makefile
    M compiler/next/lib/resolution/Makefile.include
    M compiler/next/lib/resolution/can-pass.cpp
    M compiler/next/lib/resolution/resolution-queries.cpp
    M compiler/next/lib/types/Makefile
    M compiler/next/lib/types/Makefile.include
    M compiler/next/lib/uast/Class.cpp
    M compiler/next/lib/uast/Enum.cpp
    M compiler/next/lib/uast/EnumElement.cpp
    M compiler/next/lib/uast/Formal.cpp
    M compiler/next/lib/uast/Makefile
    M compiler/next/lib/uast/MultiDecl.cpp
    M compiler/next/lib/uast/New.cpp
    M compiler/next/lib/uast/Range.cpp
    M compiler/next/lib/uast/Record.cpp
    M compiler/next/lib/uast/TaskVar.cpp
    M compiler/next/lib/uast/TupleDecl.cpp
    M compiler/next/lib/uast/Union.cpp
    M compiler/next/lib/util/Makefile
    M compiler/next/test/parsing/testParseArrayDomainRange.cpp
    M compiler/next/test/parsing/testParseImport.cpp
    M compiler/next/test/parsing/testParseSync.cpp
    M compiler/next/test/parsing/testParseTupleVar.cpp
    M compiler/next/test/queries/testDependencies.cpp
    M compiler/next/test/uast/testBuildIDs.cpp
    M compiler/next/test/util/testQuoteStrings.cpp
    M compiler/optimizations/Makefile
    M compiler/optimizations/Makefile.include
    M compiler/optimizations/Makefile.share
    M compiler/optimizations/bulkCopyRecords.cpp
    M compiler/optimizations/copyPropagation.cpp
    M compiler/optimizations/forallOptimizations.cpp
    M compiler/optimizations/liveVariableAnalysis.cpp
    M compiler/optimizations/refPropagation.cpp
    M compiler/optimizations/remoteValueForwarding.cpp
    M compiler/parser/README
    M compiler/parser/chapel.lex
    M compiler/passes/Makefile
    M compiler/passes/Makefile.include
    M compiler/passes/cleanup.cpp
    M compiler/passes/docs.h
    M compiler/passes/expandExternArrayCalls.cpp
    M compiler/passes/insertWideReferences.cpp
    M compiler/passes/resolveIntents.cpp
    M compiler/passes/splitInit.cpp
    M compiler/resolution/Makefile
    M compiler/resolution/Makefile.include
    M compiler/resolution/addAutoDestroyCalls.h
    M compiler/resolution/callDestructors.cpp
    M compiler/resolution/cullOverReferences.cpp
    M compiler/resolution/fixupExports.cpp
    M compiler/resolution/functionResolution.cpp
    M compiler/resolution/interfaceResolution.cpp
    M compiler/resolution/lateConstCheck.cpp
    M compiler/resolution/loopDetails.cpp
    M compiler/resolution/lowerIterators.cpp
    M compiler/resolution/preFold.cpp
    M compiler/resolution/tuples.cpp
    M compiler/resolution/visibleFunctions.cpp
    M compiler/resolution/wrappers.cpp
    M compiler/util/Makefile
    M compiler/util/Makefile.include
    M compiler/util/Makefile.share
    M compiler/util/misc.cpp
    M compiler/util/tmpdirname.cpp
    M modules/README
    M modules/dists/BlockCycDist.chpl
    M modules/dists/BlockDist.chpl
    M modules/dists/CyclicDist.chpl
    M modules/dists/DSIUtil.chpl
    M modules/dists/DimensionalDist2D.chpl
    M modules/dists/PrivateDist.chpl
    M modules/dists/ReplicatedDist.chpl
    M modules/dists/SparseBlockDist.chpl
    M modules/dists/StencilDist.chpl
    M modules/dists/dims/BlockCycDim.chpl
    M modules/dists/dims/BlockDim.chpl
    M modules/dists/dims/ReplicatedDim.chpl
    M modules/internal/ArrayViewRankChange.chpl
    M modules/internal/ArrayViewReindex.chpl
    M modules/internal/ByteBufferHelpers.chpl
    M modules/internal/BytesCasts.chpl
    M modules/internal/BytesStringCommon.chpl
    M modules/internal/ChapelArray.chpl
    M modules/internal/ChapelAutoAggregation.chpl
    M modules/internal/ChapelAutoLocalAccess.chpl
    M modules/internal/ChapelBase.chpl
    M modules/internal/ChapelHashtable.chpl
    M modules/internal/ChapelIteratorSupport.chpl
    M modules/internal/ChapelLocale.chpl
    M modules/internal/ChapelRange.chpl
    M modules/internal/ChapelUtil.chpl
    M modules/internal/DefaultRectangular.chpl
    M modules/internal/ExportWrappers.chpl
    M modules/internal/LocaleModelHelpAPU.chpl
    M modules/internal/LocaleModelHelpGPU.chpl
    M modules/internal/NetworkAtomicTypes.chpl
    M modules/internal/localeModels/apu/LocaleModel.chpl
    M modules/internal/localeModels/gpu/LocaleModel.chpl
    M modules/internal/startInitCommDiags.chpl
    M modules/internal/stopInitCommDiags.chpl
    M modules/internal/tasktable/on/ChapelTaskTable.chpl
    M modules/minimal/internal/IO.chpl
    M modules/packages/AtomicObjects.chpl
    M modules/packages/BLAS.chpl
    M modules/packages/ConcurrentMap.chpl
    M modules/packages/CryptoHandlers/openssl_c_support.h
    M modules/packages/DistributedBag.chpl
    M modules/packages/EpochManager.chpl
    M modules/packages/FFTW.chpl
    M modules/packages/LAPACK.chpl
    M modules/packages/LinearAlgebra.chpl
    M modules/packages/LinkedLists.chpl
    M modules/packages/LockFreeQueue.chpl
    M modules/packages/LockFreeStack.chpl
    M modules/packages/MPI.chpl
    M modules/packages/MatrixMarket.chpl
    M modules/packages/Prefetch.chpl
    M modules/packages/ProtobufProtocolSupport.chpl
    M modules/packages/RangeChunk.chpl
    M modules/packages/ReplicatedVar.chpl
    M modules/packages/SortedMap.chpl
    M modules/packages/SortedSet.chpl
    M modules/packages/SortedSet/Treap.chpl
    M modules/packages/UnitTest.chpl
    M modules/packages/UnrolledLinkedList.chpl
    M modules/packages/ZMQ.chpl
    M modules/packages/ZMQHelper/zmq_helper.c
    M modules/packages/ZMQHelper/zmq_helper.h
    M modules/standard/BigInteger.chpl
    M modules/standard/BitOps.chpl
    M modules/standard/ChapelEnv.chpl
    M modules/standard/ChapelIO.chpl
    M modules/standard/Heap.chpl
    M modules/standard/IO.chpl
    M modules/standard/Map.chpl
    M modules/standard/Memory.chpl
    M modules/standard/Memory/Diagnostics.chpl
    M modules/standard/Memory/Initialization.chpl
    M modules/standard/Path.chpl
    M modules/standard/Random.chpl
    M modules/standard/Reflection.chpl
    M modules/standard/Set.chpl
    M modules/standard/Subprocess.chpl
    M modules/standard/SysBasic.chpl
    M modules/standard/Types.chpl
    M runtime/Makefile
    M runtime/Makefile.config
    M runtime/Makefile.help
    M runtime/etc/Makefile.comm-gasnet
    M runtime/etc/Makefile.comm-none
    M runtime/etc/Makefile.comm-ofi
    M runtime/etc/Makefile.exe
    M runtime/etc/Makefile.include
    M runtime/etc/Makefile.launcher
    M runtime/etc/Makefile.shared
    M runtime/etc/Makefile.static
    M runtime/etc/chpl-env-gen-template.h
    M runtime/etc/rtmain.c
    M runtime/etc/src/mli/chpl-mli-common-runtime.c
    M runtime/etc/src/mli/chpl-mli-server-runtime.c
    M runtime/include/arg.h
    M runtime/include/atomics/README
    M runtime/include/atomics/intrinsics/chpl-atomics.h
    M runtime/include/atomics/locks/chpl-atomics.h
    M runtime/include/chpl-align.h
    M runtime/include/chpl-arg-bundle.h
    M runtime/include/chpl-bitops.h
    M runtime/include/chpl-cache-task-decls.h
    M runtime/include/chpl-cache.h
    M runtime/include/chpl-comm-callbacks-internal.h
    M runtime/include/chpl-comm-callbacks.h
    M runtime/include/chpl-comm-compiler-llvm-support.h
    M runtime/include/chpl-comm-compiler-macros.h
    M runtime/include/chpl-comm-internal.h
    M runtime/include/chpl-comm-launch.h
    M runtime/include/chpl-comm-locales.h
    M runtime/include/chpl-comm-no-warning-macros.h
    M runtime/include/chpl-comm-warning-macros.h
    M runtime/include/chpl-comm.h
    M runtime/include/chpl-comp-detect-macros.h
    M runtime/include/chpl-env.h
    M runtime/include/chpl-export-wrappers.h
    M runtime/include/chpl-external-array.h
    M runtime/include/chpl-file-utils.h
    M runtime/include/chpl-format.h
    M runtime/include/chpl-gen-includes.h
    M runtime/include/chpl-gpu.h
    M runtime/include/chpl-init.h
    M runtime/include/chpl-mem-array.h
    M runtime/include/chpl-mem-consistency.h
    M runtime/include/chpl-mem-desc.h
    M runtime/include/chpl-mem-hook.h
    M runtime/include/chpl-mem.h
    M runtime/include/chpl-prefetch.h
    M runtime/include/chpl-privatization.h
    M runtime/include/chpl-string-support.h
    M runtime/include/chpl-string.h
    M runtime/include/chpl-tasks-callbacks-internal.h
    M runtime/include/chpl-tasks-callbacks.h
    M runtime/include/chpl-thread-local-storage.h
    M runtime/include/chpl-topo.h
    M runtime/include/chpl-visual-debug.h
    M runtime/include/chpl-wide-ptr-fns.h
    M runtime/include/chpl_md.h
    M runtime/include/chpl_rt_utils_static.h
    M runtime/include/chpldirent.h
    M runtime/include/chplexit.h
    M runtime/include/chplfp.h
    M runtime/include/chplglob.h
    M runtime/include/chplio.h
    M runtime/include/chpllaunch.h
    M runtime/include/chplmath.h
    M runtime/include/chplmemtrack.h
    M runtime/include/chplrt.h
    M runtime/include/chplsys.h
    M runtime/include/chpltimers.h
    M runtime/include/chpltypes.h
    M runtime/include/comm/chpl-comm-impl.h
    M runtime/include/comm/chpl-comm-task-decls.h
    M runtime/include/comm/gasnet/chpl-comm-task-decls.h
    M runtime/include/cygwin/chplfp.h
    M runtime/include/cygwin/chplsys.h
    M runtime/include/encoding/encoding-support.h
    M runtime/include/error.h
    M runtime/include/freebsd/stdint.h
    M runtime/include/gdb.h
    M runtime/include/gpu/cuda/chpl-gpu-gen-includes.h
    M runtime/include/localeModels/apu/chpl-locale-model.h
    M runtime/include/localeModels/chpl-locale-model.h
    M runtime/include/localeModels/flat/chpl-locale-model.h
    M runtime/include/localeModels/gpu/chpl-locale-model.h
    M runtime/include/localeModels/numa/chpl-locale-model.h
    M runtime/include/mem/cstdlib/chpl-mem-impl.h
    M runtime/include/qio/bswap.h
    M runtime/include/qio/bulkget.h
    M runtime/include/qio/deque.h
    M runtime/include/qio/qbuffer.h
    M runtime/include/qio/qio-all.h
    M runtime/include/qio/qio_error.h
    M runtime/include/qio/qio_formatted.h
    M runtime/include/qio/qio_popen.h
    M runtime/include/qio/qio_style.h
    M runtime/include/stdchpl.h
    M runtime/include/stdchplrt.h
    M runtime/include/sunos_old/chpl_md.h
    M runtime/include/sunos_old/chplfp.h
    M runtime/include/sunos_old/stdint.h
    M runtime/include/sys_basic.h
    M runtime/include/tasks/fifo/chpl-tasks-impl-fns.h
    M runtime/include/tasks/fifo/chpl-tasks-impl.h
    M runtime/include/tasks/fifo/chpl-threads-impl.h
    M runtime/include/tasks/fifo/chpl-threads.h
    M runtime/make/Makefile.runtime.commonrules
    M runtime/make/Makefile.runtime.emptydirrules
    M runtime/make/Makefile.runtime.foot
    M runtime/make/Makefile.runtime.gmp-bundled
    M runtime/make/Makefile.runtime.gmp-none
    M runtime/make/Makefile.runtime.gmp-system
    M runtime/make/Makefile.runtime.head
    M runtime/make/Makefile.runtime.hwloc-bundled
    M runtime/make/Makefile.runtime.include
    M runtime/make/Makefile.runtime.rules
    M runtime/make/Makefile.runtime.subdirrules
    M runtime/src/Makefile
    M runtime/src/Makefile.include
    M runtime/src/Makefile.share
    M runtime/src/chpl-bitops.c
    M runtime/src/chpl-cache-support.c
    M runtime/src/chpl-comm-callbacks.c
    M runtime/src/chpl-comm-diags.c
    M runtime/src/chpl-comm.c
    M runtime/src/chpl-env.c
    M runtime/src/chpl-export-wrappers.c
    M runtime/src/chpl-external-array.c
    M runtime/src/chpl-file-utils.c
    M runtime/src/chpl-format.c
    M runtime/src/chpl-gpu.c
    M runtime/src/chpl-init.c
    M runtime/src/chpl-mem-desc.c
    M runtime/src/chpl-mem-hook.c
    M runtime/src/chpl-mem-replace-malloc.c
    M runtime/src/chpl-mem.c
    M runtime/src/chpl-privatization.c
    M runtime/src/chpl-string-support.c
    M runtime/src/chpl-string.c
    M runtime/src/chpl-tasks-callbacks.c
    M runtime/src/chpl-tasks.c
    M runtime/src/chpl-timers.c
    M runtime/src/chpl-visual-debug.c
    M runtime/src/chplexit.c
    M runtime/src/chplio.c
    M runtime/src/chplmemtrack.c
    M runtime/src/chplsys.c
    M runtime/src/comm/Makefile
    M runtime/src/comm/gasnet/Makefile
    M runtime/src/comm/gasnet/Makefile.include
    M runtime/src/comm/gasnet/Makefile.share
    M runtime/src/comm/gasnet/comm-gasnet-locales.c
    M runtime/src/comm/gasnet/comm-gasnet.c
    M runtime/src/comm/none/Makefile
    M runtime/src/comm/none/Makefile.include
    M runtime/src/comm/none/Makefile.share
    M runtime/src/comm/none/comm-none-locales.c
    M runtime/src/comm/none/comm-none.c
    M runtime/src/comm/ofi/Makefile
    M runtime/src/comm/ofi/Makefile.include
    M runtime/src/comm/ofi/Makefile.share
    M runtime/src/comm/ofi/README.md
    M runtime/src/comm/ofi/comm-ofi-hugepages.c
    M runtime/src/comm/ofi/comm-ofi-internal.h
    M runtime/src/comm/ofi/comm-ofi-launch.c
    M runtime/src/comm/ofi/comm-ofi-locales.c
    M runtime/src/comm/ofi/comm-ofi-no-hugepages.c
    M runtime/src/comm/ofi/comm-ofi-oob-mpi.c
    M runtime/src/comm/ofi/comm-ofi-oob-pmi2.c
    M runtime/src/comm/ofi/comm-ofi-oob-sockets.c
    M runtime/src/comm/ofi/comm-ofi.c
    M runtime/src/config.c
    M runtime/src/gdb.c
    M runtime/src/launch/Makefile
    M runtime/src/launch/amudprun/Makefile
    M runtime/src/launch/amudprun/Makefile.include
    M runtime/src/launch/amudprun/Makefile.share
    M runtime/src/launch/amudprun/launch-amudprun.c
    M runtime/src/launch/aprun/Makefile
    M runtime/src/launch/aprun/Makefile.include
    M runtime/src/launch/aprun/Makefile.share
    M runtime/src/launch/aprun/aprun-utils.c
    M runtime/src/launch/aprun/aprun-utils.h
    M runtime/src/launch/aprun/launch-aprun.c
    M runtime/src/launch/dummy/Makefile
    M runtime/src/launch/dummy/Makefile.include
    M runtime/src/launch/dummy/Makefile.share
    M runtime/src/launch/dummy/launch-dummy.c
    M runtime/src/launch/gasnetrun_common/gasnetrun_common.h
    M runtime/src/launch/gasnetrun_ibv/Makefile
    M runtime/src/launch/gasnetrun_ibv/Makefile.include
    M runtime/src/launch/gasnetrun_ibv/Makefile.share
    M runtime/src/launch/gasnetrun_ibv/launch-gasnetrun_ibv.c
    M runtime/src/launch/gasnetrun_mpi/Makefile
    M runtime/src/launch/gasnetrun_mpi/Makefile.include
    M runtime/src/launch/gasnetrun_mpi/Makefile.share
    M runtime/src/launch/gasnetrun_mpi/launch-gasnetrun_mpi.c
    M runtime/src/launch/gasnetrun_ofi/Makefile
    M runtime/src/launch/gasnetrun_ofi/Makefile.include
    M runtime/src/launch/gasnetrun_ofi/Makefile.share
    M runtime/src/launch/gasnetrun_ofi/launch-gasnetrun_ofi.c
    M runtime/src/launch/gasnetrun_ucx/Makefile
    M runtime/src/launch/gasnetrun_ucx/Makefile.include
    M runtime/src/launch/gasnetrun_ucx/Makefile.share
    M runtime/src/launch/gasnetrun_ucx/launch-gasnetrun_ucx.c
    M runtime/src/launch/lsf-gasnetrun_ibv/Makefile.include
    M runtime/src/launch/lsf-gasnetrun_ibv/launch-lsf-gasnetrun_ibv.c
    M runtime/src/launch/mpirun/Makefile
    M runtime/src/launch/mpirun/Makefile.include
    M runtime/src/launch/mpirun/Makefile.share
    M runtime/src/launch/mpirun4ofi/Makefile
    M runtime/src/launch/mpirun4ofi/Makefile.include
    M runtime/src/launch/mpirun4ofi/Makefile.share
    M runtime/src/launch/none/Makefile
    M runtime/src/launch/none/Makefile.include
    M runtime/src/launch/pals/Makefile
    M runtime/src/launch/pals/Makefile.include
    M runtime/src/launch/pals/Makefile.share
    M runtime/src/launch/pals/launch-pals.c
    M runtime/src/launch/pals/pals-utils.c
    M runtime/src/launch/pals/pals-utils.h
    M runtime/src/launch/pbs-aprun/Makefile
    M runtime/src/launch/pbs-aprun/Makefile.include
    M runtime/src/launch/pbs-aprun/Makefile.share
    M runtime/src/launch/pbs-aprun/aprun-utils.c
    M runtime/src/launch/pbs-aprun/launch-pbs-aprun.c
    M runtime/src/launch/pbs-gasnetrun_ibv/Makefile
    M runtime/src/launch/pbs-gasnetrun_ibv/Makefile.include
    M runtime/src/launch/pbs-gasnetrun_ibv/Makefile.share
    M runtime/src/launch/pbs-gasnetrun_ibv/launch-pbs-gasnetrun_ibv.c
    M runtime/src/launch/slurm-gasnetrun_common/slurm-gasnetrun_common.h
    M runtime/src/launch/slurm-gasnetrun_ibv/Makefile
    M runtime/src/launch/slurm-gasnetrun_ibv/Makefile.include
    M runtime/src/launch/slurm-gasnetrun_ibv/Makefile.share
    M runtime/src/launch/slurm-gasnetrun_ibv/launch-slurm-gasnetrun_ibv.c
    M runtime/src/launch/slurm-gasnetrun_mpi/Makefile
    M runtime/src/launch/slurm-gasnetrun_mpi/Makefile.include
    M runtime/src/launch/slurm-gasnetrun_mpi/Makefile.share
    M runtime/src/launch/slurm-gasnetrun_mpi/launch-slurm-gasnetrun_mpi.c
    M runtime/src/launch/slurm-gasnetrun_ofi/Makefile
    M runtime/src/launch/slurm-gasnetrun_ofi/Makefile.include
    M runtime/src/launch/slurm-gasnetrun_ofi/Makefile.share
    M runtime/src/launch/slurm-gasnetrun_ofi/launch-slurm-gasnetrun_ofi.c
    M runtime/src/launch/slurm-gasnetrun_ucx/Makefile
    M runtime/src/launch/slurm-gasnetrun_ucx/Makefile.include
    M runtime/src/launch/slurm-gasnetrun_ucx/Makefile.share
    M runtime/src/launch/slurm-gasnetrun_ucx/launch-slurm-gasnetrun_ucx.c
    M runtime/src/launch/slurm-srun/Makefile
    M runtime/src/launch/slurm-srun/Makefile.include
    M runtime/src/launch/slurm-srun/Makefile.share
    M runtime/src/launch/slurm-srun/launch-slurm-srun.c
    M runtime/src/main.c
    M runtime/src/main_launcher.c
    M runtime/src/mem/Makefile
    M runtime/src/mem/cstdlib/Makefile
    M runtime/src/mem/cstdlib/Makefile.include
    M runtime/src/mem/cstdlib/Makefile.share
    M runtime/src/mem/cstdlib/mem-cstdlib.c
    M runtime/src/qio/Makefile
    M runtime/src/qio/Makefile.include
    M runtime/src/qio/Makefile.share
    M runtime/src/qio/bulkget.c
    M runtime/src/qio/deque.c
    M runtime/src/qio/qio_error.c
    M runtime/src/qio/qio_formatted.c
    M runtime/src/qio/regex/Makefile-unused
    M runtime/src/qio/regex/bundled/Makefile
    M runtime/src/qio/regex/bundled/Makefile.include
    M runtime/src/qio/regex/bundled/Makefile.share
    M runtime/src/qio/regex/none/Makefile
    M runtime/src/qio/regex/none/Makefile.include
    M runtime/src/qio/regex/none/Makefile.share
    M runtime/src/qio/regex/none/fail-regex.c
    M runtime/src/qio/sys_xsi_strerror_r.c
    M runtime/src/tasks/Makefile
    M runtime/src/tasks/fifo/Makefile
    M runtime/src/tasks/fifo/Makefile.include
    M runtime/src/tasks/fifo/Makefile.share
    M runtime/src/tasks/fifo/tasks-fifo.c
    M runtime/src/tasks/qthreads/Makefile
    M runtime/src/tasks/qthreads/Makefile.include
    M runtime/src/tasks/qthreads/Makefile.share
    M runtime/src/threads/Makefile
    M runtime/src/threads/none/Makefile
    M runtime/src/threads/none/Makefile.include
    M runtime/src/threads/none/Makefile.share
    M runtime/src/threads/pthreads/Makefile
    M runtime/src/threads/pthreads/Makefile.include
    M runtime/src/threads/pthreads/Makefile.share
    M runtime/src/threads/pthreads/threads-pthreads.c
    M runtime/src/timers/Makefile
    M runtime/src/timers/generic/Makefile
    M runtime/src/timers/generic/Makefile.include
    M runtime/src/timers/generic/Makefile.share
    M runtime/src/timers/generic/timers-generic.c
    M runtime/src/topo/Makefile
    M runtime/src/topo/hwloc/topo-hwloc.c
    M runtime/src/topo/none/topo-none.c
    M test/classes/delete-free/coercions-upon-return.bad
    M test/classes/delete-free/coercions-upon-yield.bad
    M test/classes/ferguson/generic-inherit6.bad
    M test/constrained-generics/basic/generic/ic-req-function.bad
    M test/constrained-generics/basic/set3/hashtable-table.bad
    M test/expressions/loop-expr/ifExprWithForallBug.bad
    M test/extern/ferguson/mismatch-errors/mismatch-ri-iv.bad
    M test/extern/ferguson/mismatch-errors/mismatch-riv-iv.bad
    M test/functions/bradc/paramThis/funParamThis3.bad
    M test/functions/iterators/bradc/captureEmpty.bad
    M test/functions/iterators/recursive/recursive-iter-findfilesfailure.bad
    M test/functions/iterators/recursive/recursive-iter-yield-recursive-iter.bad
    M test/functions/promotion/declareVarFromPromotedType.bad
    M test/reductions/classes/classReduction.bad
    M test/reductions/vass/reduce-of-more-promoted.bad
    M test/studies/adventOfCode/2021/bradc/futures/day18-retNil2.bad
    M test/studies/adventOfCode/2021/bradc/futures/day18-retNil4.bad
    M test/studies/shootout/reverse-complement/bradc/revcomp-dowhile-bug.bad
    M test/types/enum/lydia/declaredInClass-initializer.bad
    M test/types/enum/scope-param-offset-concrete.bad
    M test/types/records/tupleFields/detupleFieldDecl.bad
    M test/types/tuple/heterogeneous/loops/varargsHetTuple.bad
    M test/types/tuple/split-init/multipleInit.bad
    M test/types/tuple/these/iterHetTupleArg.bad
    M test/users/engin/retInnerFunction.bad
    M test/users/npadmana/bugs/extern_struct_function_pointer/compiler_error
    M test/users/vass/uniquify/u1-local-user-extern.bad
    M test/users/vass/uniquify/u2-local-extern-extern.bad
    M tools/c2chapel/c2chapel.py
    M tools/c2chapel/test/enum.h
    M tools/chplvis/ConcurrencyView.cxx
    M tools/chplvis/ConcurrencyView.h
    M tools/chplvis/ConcurrencyWin.h
    M tools/chplvis/DataModel.cxx
    M tools/chplvis/DataModel.h
    M tools/chplvis/DataView.h
    M tools/chplvis/Event.h
    M tools/chplvis/Fl_MultiGroup.H
    M tools/chplvis/Fl_MultiGroup.cxx
    M tools/chplvis/LocCommBox.h
    M tools/chplvis/LocCommWin.h
    M tools/chplvis/Makefile
    M tools/chplvis/MenuManager.cxx
    M tools/chplvis/MenuManager.h
    M tools/chplvis/ProfileBrowser.cxx
    M tools/chplvis/ProfileBrowser.h
    M tools/chplvis/README.rst
    M tools/chplvis/SelectBrowser.cxx
    M tools/chplvis/Settings.cxx
    M tools/chplvis/Settings.h
    M tools/chplvis/StringCache.h
    M tools/chplvis/SubView.cxx
    M tools/chplvis/TextDataFormat.txt
    M tools/chplvis/ZoomScroll.cxx
    M tools/chplvis/ZoomScroll.h
    M tools/chplvis/chplvis.fl
    M tools/chplvis/testMG.fl
    M tools/mason/TestResult.chpl
    M tools/protoc-gen-chpl/enum.cpp
    M tools/protoc-gen-chpl/enum_field.cpp
    M tools/protoc-gen-chpl/enum_field.h
    M tools/protoc-gen-chpl/field_base.cpp
    M tools/protoc-gen-chpl/field_base.h
    M tools/protoc-gen-chpl/generator.cpp
    M tools/protoc-gen-chpl/generator.h
    M tools/protoc-gen-chpl/helpers.cpp
    M tools/protoc-gen-chpl/helpers.h
    M tools/protoc-gen-chpl/map_field.h
    M tools/protoc-gen-chpl/message.cpp
    M tools/protoc-gen-chpl/message_field.h
    M tools/protoc-gen-chpl/primitive_field.cpp
    M tools/protoc-gen-chpl/primitive_field.h
    M tools/protoc-gen-chpl/reflection_class.cpp
    M tools/protoc-gen-chpl/repeated_enum_field.h
    M tools/protoc-gen-chpl/repeated_message_field.h
    M tools/protoc-gen-chpl/repeated_primitive_field.h
    M util/buildRelease/smokeTest
    M util/devel/lookForTrailingSpaces

    Compare: https://github.com/chapel-lang/chapel/compare/bf0eb06d6403...b7d58c1b1ad2