[all-commits] [llvm/llvm-project] 2dfa95: [NFC] Remove the unused parameter in Sema::PushGlo...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Feb 19 23:38:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dfa957f120244ddc0238b548282f67d89f1a832
https://github.com/llvm/llvm-project/commit/2dfa957f120244ddc0238b548282f67d89f1a832
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaModule.cpp
Log Message:
-----------
[NFC] Remove the unused parameter in Sema::PushGlobalModuleFragment
The `IsImplicit` parameter should be removed since it is not used now.
More information about the All-commits
mailing list