[all-commits] [llvm/llvm-project] 651b40: Revert "[C++20] [Modules] Serialize the evaluated ...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Tue May 23 22:57:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 651b40e8ffa67efcc6f59cdd7715817678c6b632
      https://github.com/llvm/llvm-project/commit/651b40e8ffa67efcc6f59cdd7715817678c6b632
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/unittests/Serialization/CMakeLists.txt
    R clang/unittests/Serialization/VarDeclConstantInitTest.cpp

  Log Message:
  -----------
  Revert "[C++20] [Modules] Serialize the evaluated constant values for VarDecl"

This reverts commit c0d6f85e3ae8bcfdb7217d165314f01c1a4af9ae. The asan
bot detected a memory leak after this patch. Revert it for now.




More information about the All-commits mailing list