[all-commits] [llvm/llvm-project] b768b3: [C++20] [Modules] Skip Writing diagnostic options, ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Dec 7 00:54:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b768b393429419d27e3f76518842136bac9d5b25
https://github.com/llvm/llvm-project/commit/b768b393429419d27e3f76518842136bac9d5b25
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang/include/clang/Frontend/FrontendActions.h
M clang/lib/Frontend/FrontendActions.cpp
Log Message:
-----------
[C++20] [Modules] Skip Writing diagnostic options, header search paths and pragma diagnostic mappings
It simply wastes of space and time to write diagnostic options, header
search paths and pragma diagnostic mappings for C++20 Named modules.
This patch tries to avoid the unnecessary writings.
More information about the All-commits
mailing list