[PATCH] D129953: [PATCH] [clang-tidy] NFC: add preposition "of" to code annotation of ElseAfterReturnCheck
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 17 00:24:46 PDT 2022
nridge added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp:266
if (IsLastInScope) {
- // If the if statement is the last statement its enclosing statements
+ // If the if statement is the last statement of its enclosing statements
// scope, we can pull the decl out of the if statement.
----------------
njames93 wrote:
>
This is the middle of a sentence though -- the sentence continues on the next line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129953/new/
https://reviews.llvm.org/D129953
More information about the cfe-commits
mailing list