[all-commits] [llvm/llvm-project] fb2134: [C++20] [Modules] Don't skip pragma diagnostic map...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon Apr 29 22:51:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb21343473e33e9a886b42d2fe95d1cec1cd0030
https://github.com/llvm/llvm-project/commit/fb21343473e33e9a886b42d2fe95d1cec1cd0030
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M clang/lib/Serialization/GeneratePCH.cpp
A clang/test/Modules/pr75057.cppm
Log Message:
-----------
[C++20] [Modules] Don't skip pragma diagnostic mappings
Close https://github.com/llvm/llvm-project/issues/75057
Previously, I thought the diagnostic mappings is not meaningful with
modules incorrectly. And this problem get revealed by another change
recently. So this patch tried to rever the previous "optimization"
partially.
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