[all-commits] [llvm/llvm-project] d1f90b: [NFC] [C++20] [Modules] Rename ASTWriter::isWritin...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Nov 8 00:00:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1f90b61292045d395ba5b94bc9098f4b5d4e55d
https://github.com/llvm/llvm-project/commit/d1f90b61292045d395ba5b94bc9098f4b5d4e55d
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M clang/include/clang/Basic/Module.h
M clang/include/clang/Serialization/ASTWriter.h
M clang/lib/Serialization/ASTWriter.cpp
Log Message:
-----------
[NFC] [C++20] [Modules] Rename ASTWriter::isWritingStdCXXNamedModules
According to the discussion in
https://discourse.llvm.org/t/rfc-unifying-the-terminology-about-modules-in-clang/66054,
this patch rename ASTWriter::isWritingNamedModules to ASTWriter::isWrittingStdCXXNamedModules
to make the name more clear.
More information about the All-commits
mailing list