[Chapel Merge] Rename some .cpp files to avoid duplicate .cpp nam

Branch: refs/heads/main
Revision: 0bca426
Author: mppf
Log Message:

Merge pull request #17600 from mppf/remame-some-codegen-cpp

Rename some .cpp files to avoid duplicate .cpp names

PR #4880 created some .cpp files with duplicate names while moving code around to make the directory structure easier to reason about. However, these duplicate file names are annoying to deal with in some development setups. So, this PR renames the files in compiler/codegen/ with duplicate names to begin with cg-; e.g. now we will have compiler/AST/stmt.cpp and compiler/codegen/cg-stmt.cpp.

Reviewed by @bradcray - thanks!

  • [x] full local testing

    Modified Files:
    A compiler/codegen/cg-CForLoop.cpp
    A compiler/codegen/cg-DoWhileStmt.cpp
    A compiler/codegen/cg-LoopStmt.cpp
    A compiler/codegen/cg-WhileDoStmt.cpp
    A compiler/codegen/cg-alist.cpp
    A compiler/codegen/cg-expr.cpp
    A compiler/codegen/cg-stmt.cpp
    A compiler/codegen/cg-symbol.cpp
    A compiler/codegen/cg-type.cpp
    R compiler/codegen/CForLoop.cpp
    R compiler/codegen/DoWhileStmt.cpp
    R compiler/codegen/LoopStmt.cpp
    R compiler/codegen/WhileDoStmt.cpp
    R compiler/codegen/alist.cpp
    R compiler/codegen/expr.cpp
    R compiler/codegen/stmt.cpp
    R compiler/codegen/symbol.cpp
    R compiler/codegen/type.cpp
    M compiler/codegen/Makefile.share

    Compare: Comparing c1bf7e19c364...0bca426b7d4e · chapel-lang/chapel · GitHub