[all-commits] [llvm/llvm-project] 205b5f: [Serialization] Serialize the new added FunctionDe...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Tue Jan 17 22:16:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 205b5f63a835bffc22dccfdaed53ee7dac504be1
      https://github.com/llvm/llvm-project/commit/205b5f63a835bffc22dccfdaed53ee7dac504be1
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    A clang/test/Modules/pr59719.cppm

  Log Message:
  -----------
  [Serialization] Serialize the new added FunctionDeclBits: IsIneligibleOrNotSelected

Close https://github.com/llvm/llvm-project/issues/59719.

The root cause of the problem is that we forgot to serialize a new
introduced bit to FunctionDeclBits. Maybe we need to find some methods
to work for detecting this.




More information about the All-commits mailing list