diff options
author | Thomas Lively <tlively@google.com> | 2023-07-06 15:08:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 19:08:12 +0000 |
commit | 195e18d0602108b18f305711f8ea1c902b729cb0 (patch) | |
tree | 578f1b0c26603c89f28fe99aa908d82c07863543 /src/analysis/lattice.h | |
parent | 20a543b73d302cf773961fef5d1c281844127140 (diff) | |
download | binaryen-195e18d0602108b18f305711f8ea1c902b729cb0.tar.gz binaryen-195e18d0602108b18f305711f8ea1c902b729cb0.tar.bz2 binaryen-195e18d0602108b18f305711f8ea1c902b729cb0.zip |
[NFC] Fix the use of "strict" in subtypes.h (#5804)
Previously we incorrectly used "strict" to mean the immediate subtypes of a
type, when in fact a strict subtype of a type is any subtype excluding the type
itself. Rename the incorrect `getStrictSubTypes` to `getImmediateSubTypes`,
rename the redundant `getAllStrictSubTypes` to `getStrictSubTypes`, and rename
the redundant `getAllSubTypes` to `getSubTypes`. Fixing the capitalization of
"SubType" to "Subtype" is left as future work.
Diffstat (limited to 'src/analysis/lattice.h')
0 files changed, 0 insertions, 0 deletions