diff options
author | Roger Kim <rgr@fb.com> | 2022-01-11 14:37:33 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2022-01-11 14:46:50 -0800 |
commit | e9b5b815565b848d07fb7bfa302394af197f7f51 (patch) | |
tree | cff5be70c2b1c3e453301f47cb8f29adcc105c3e /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 7ea175d1c6fae90fa9f5cc9b569b14cf74698983 (diff) | |
download | llvm-e9b5b815565b848d07fb7bfa302394af197f7f51.zip llvm-e9b5b815565b848d07fb7bfa302394af197f7f51.tar.gz llvm-e9b5b815565b848d07fb7bfa302394af197f7f51.tar.bz2 |
[NFC][llvm-libtool-darwin] Encapsulate the process of adding a new member in a class
Here we are refactoring the code to encapsulate data into classes. This allows
us to avoid passing the same objects through many functions that don't directly
use them. Now, functions that need to access data can do so from the class
state.
Reviewed By: jhenderson, smeenai
Differential Revision: https://reviews.llvm.org/D113127
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions