[all-commits] [llvm/llvm-project] 0d6ea6: [NFC] [C++20] [Modules] Add a performance tip to t...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Jul 19 00:51:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d6ea6fc3b137b92809be740544e2715a7b0ba65
https://github.com/llvm/llvm-project/commit/0d6ea6fc3b137b92809be740544e2715a7b0ba65
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M clang/docs/StandardCPlusPlusModules.rst
Log Message:
-----------
[NFC] [C++20] [Modules] Add a performance tip to the document
It is a known problem that the compiler isn't efficiency when there are
a lot of duplications in the modules to developers. But it may not be
verbose to the (potential) new users of C++20 modules.
It may be necessary to mention this in the document.
More information about the All-commits
mailing list