diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-06-29 13:52:26 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-06-29 13:57:04 -0400 |
commit | a562853a511b078912f3a9fccb4a27220ce75e9e (patch) | |
tree | daa2eec946308ba5b4f65b027e2bd8fac608bc90 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 3999dcae5e763adceb2c3bc1dbc8f2c005c808ef (diff) | |
download | llvm-a562853a511b078912f3a9fccb4a27220ce75e9e.zip llvm-a562853a511b078912f3a9fccb4a27220ce75e9e.tar.gz llvm-a562853a511b078912f3a9fccb4a27220ce75e9e.tar.bz2 |
[libc++] NFC: Fix return-by-const-value and pass-by-const-value typos
While we can debate on the value of passing by const value, there is no
arguing that it's confusing to do so in some circumstances, such as when
marking a pointer parameter as being const (did you mean a pointer-to-const?).
This commit fixes a few issues along those lines.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions