[all-commits] [llvm/llvm-project] f9558c: [C++20] [Modules] Handle import decl before module...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Sep 27 19:28:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9558c691128cbc1660f69bd3b5f547be90ed18b
https://github.com/llvm/llvm-project/commit/f9558c691128cbc1660f69bd3b5f547be90ed18b
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M clang/lib/Parse/Parser.cpp
A clang/test/Modules/pr67627.cppm
Log Message:
-----------
[C++20] [Modules] Handle import decl before module declaration without being in GMF
Close https://github.com/llvm/llvm-project/issues/67627
In a module unit, all the declaration before the modoule declaration
should live in the GMF.
More information about the All-commits
mailing list