[all-commits] [llvm/llvm-project] 8a4a54: Eliminate CXXExpansionInitListExpr

Sirraide via All-commits all-commits at lists.llvm.org
Wed Dec 3 13:23:26 PST 2025


  Branch: refs/heads/users/Sirraide/expansion-stmts-1-ast
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a4a548b2ec5d4fa9cc0b0bec96e324f8745c4f2
      https://github.com/llvm/llvm-project/commit/8a4a548b2ec5d4fa9cc0b0bec96e324f8745c4f2
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtCXX.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/StmtCXX.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/tools/libclang/CXCursor.cpp

  Log Message:
  -----------
  Eliminate CXXExpansionInitListExpr


  Commit: 76330f99eaed92260746a95dfe08b8496c14f7c3
      https://github.com/llvm/llvm-project/commit/76330f99eaed92260746a95dfe08b8496c14f7c3
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtCXX.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/StmtCXX.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/tools/libclang/CXCursor.cpp

  Log Message:
  -----------
  Merge all pattern kinds into a single AST node


  Commit: 66a2c59b9b4c4b94bfa31eba2b3bbd603c053bd0
      https://github.com/llvm/llvm-project/commit/66a2c59b9b4c4b94bfa31eba2b3bbd603c053bd0
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M clang/lib/Sema/TreeTransform.h

  Log Message:
  -----------
  Stub out TreeTransform properly


  Commit: 8432c3da1bfc8e38d02065f64497ac3a2991be39
      https://github.com/llvm/llvm-project/commit/8432c3da1bfc8e38d02065f64497ac3a2991be39
  Author: Sirraide <aeternalmail at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtCXX.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/tools/libclang/CXCursor.cpp

  Log Message:
  -----------
  Only use a single CXXExpansionSelectExpr


Compare: https://github.com/llvm/llvm-project/compare/4415e4dbdfe8...8432c3da1bfc

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list