[all-commits] [llvm/llvm-project] c0c9d7: [clang][dataflow] Rename iterators from IT to It
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Mon Jul 25 11:29:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0c9d717dfd2cbb4d940ce23d20698b4b8faaaa6
https://github.com/llvm/llvm-project/commit/c0c9d717dfd2cbb4d940ce23d20698b4b8faaaa6
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[clang][dataflow] Rename iterators from IT to It
The latter way to abbreviate is a lot more common in the LLVM codebase.
Reviewed By: sgatev, xazax.hun
Differential Revision: https://reviews.llvm.org/D130423
More information about the All-commits
mailing list