diff options
author | dvldogg13 <ijmarisclan@gmail.com> | 2025-10-09 05:29:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-09 14:29:49 +0200 |
commit | 0c2e900074a4a412afdbee5e56b1a513ea97b90f (patch) | |
tree | 9e2e7ca32005ea76d1f3526b7bb518a8617e6ba8 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 121026b186687ea00e5f792ea84d43b09597088a (diff) | |
download | llvm-0c2e900074a4a412afdbee5e56b1a513ea97b90f.zip llvm-0c2e900074a4a412afdbee5e56b1a513ea97b90f.tar.gz llvm-0c2e900074a4a412afdbee5e56b1a513ea97b90f.tar.bz2 |
[SystemZ] Fix variable names to reflect Coding Standards (#161899)
Reflecting the [Coding
Standards](https://llvm.org/docs/CodingStandards.html), the following
changes were made to reflect this guideline.
```
Variable names should be nouns (as they represent state). The name should be camel case, and start with an upper-case letter (e.g. Leader or Boats).
```
The first letter in the variable names are changed to upper-case and
reflect being camel case.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions