[all-commits] [llvm/llvm-project] 62b5e5: Revert "[Serialization] Don't try to complete the ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun May 14 20:19:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62b5e55512d57b083ac07d40b41242c7116a3d20
https://github.com/llvm/llvm-project/commit/62b5e55512d57b083ac07d40b41242c7116a3d20
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M clang/include/clang/Serialization/ASTReader.h
M clang/lib/Serialization/ASTReader.cpp
M clang/test/Modules/polluted-operator.cppm
A clang/test/Modules/pr62705.cppm
Log Message:
-----------
Revert "[Serialization] Don't try to complete the redeclaration chain in"
Close https://github.com/llvm/llvm-project/issues/62705
This reverts commit cf47e9fe86aa65b74b0476a5ad4d036dd7463bfb. This
introduces a breaking change in
https://github.com/llvm/llvm-project/issues/62705. Revert this one to
fix it quickly.
More information about the All-commits
mailing list