[all-commits] [llvm/llvm-project] 363c98: Revert "[Modules] Remove unnecessary check when ge...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Apr 13 11:17:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 363c98b2d67986b9766bb1426739970ce6d9a6f3
https://github.com/llvm/llvm-project/commit/363c98b2d67986b9766bb1426739970ce6d9a6f3
Author: Fangrui Song <i at maskray.me>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M clang/include/clang/Serialization/ASTWriter.h
M clang/lib/Serialization/ASTWriter.cpp
M clang/test/Modules/pr61065.cppm
Log Message:
-----------
Revert "[Modules] Remove unnecessary check when generating name lookup table in ASTWriter"
This reverts commit bc95f27337c7ed77c28e713c855272848f01802a, originally db987b9589be1eb604fcb74c85b410469e31485f.
clang/test/Modules/pr61065.cppm is retained to make relands show less diff.
There are other module-related issues that were not caught, related to
false positive errors like
"error: no matching constructor for initialization of 'union (anonymous union at ..."
Reopen #61065
More information about the All-commits
mailing list