diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2020-09-19 19:53:51 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-09-23 12:58:22 +0300 |
commit | 310af42ed9ab259ad05ed46d459203b3473ba66e (patch) | |
tree | 1774e04c7775b55ddc6f2dc7b7576918d44be9ac /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 11d2e63ab0060c656398afd8ea26760031a9fb96 (diff) | |
download | llvm-310af42ed9ab259ad05ed46d459203b3473ba66e.zip llvm-310af42ed9ab259ad05ed46d459203b3473ba66e.tar.gz llvm-310af42ed9ab259ad05ed46d459203b3473ba66e.tar.bz2 |
[llvm-readelf/obj] - Cleanup the code. NFCI.
This:
1) Replaces pointers with references in many places.
2) Adds few TODOs about fixing possible unhandled errors (in ARMEHABIPrinter.h).
3) Replaces `auto`s with actual types.
4) Removes excessive arguments.
5) Adds `const ELFFile<ELFT> &Obj;` member to `ELFDumper` to simplify the code.
Differential revision: https://reviews.llvm.org/D88097
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions