[all-commits] [llvm/llvm-project] 676b48: [C++20] [Modules] Diagnose if import statement lak...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Dec 25 01:49:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 676b48d1ccd8223bb0bd889cce13e6faecd20c6d
https://github.com/llvm/llvm-project/commit/676b48d1ccd8223bb0bd889cce13e6faecd20c6d
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-12-25 (Wed, 25 Dec 2024)
Changed paths:
M clang/lib/Parse/Parser.cpp
M clang/test/CXX/basic/basic.link/p3.cpp
A clang/test/Modules/pr121066.cpp
Log Message:
-----------
[C++20] [Modules] Diagnose if import statement lakcs a semicolon
Close https://github.com/llvm/llvm-project/issues/121066
Now we will diagnose that the import statement lacks a semicolon as
expected. Note that the original "not found" diagnose message remains.
I meant to remove that, but the test shows it might be more complex
process (other unexpected diagnose shows up). Given the importance of
the issue, I chose to not dig deeper.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list