[clang] [clang] fix typo (PR #73644)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 28 05:21:53 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Zhikai Zeng (Backl1ght)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/73644.diff
1 Files Affected:
- (modified) clang/lib/Sema/SemaInit.cpp (+1-1)
``````````diff
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index c0c321f0f200d21..50ee0a5acb5586a 100644
--- a/clang/lib/Sema/SemaInit.cpp
+++ b/clang/lib/Sema/SemaInit.cpp
@@ -10628,7 +10628,7 @@ QualType Sema::DeduceTemplateSpecializationFromInitializer(
bool AllowExplicit = !Kind.isCopyInit() || ListInit;
- // Return true is the candidate is added successfully, false otherwise.
+ // Return true if the candidate is added successfully, false otherwise.
auto addDeductionCandidate = [&](FunctionTemplateDecl *TD,
CXXDeductionGuideDecl *GD,
DeclAccessPair FoundDecl,
``````````
</details>
https://github.com/llvm/llvm-project/pull/73644
More information about the cfe-commits
mailing list