diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2025-05-02 04:51:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 04:51:56 -0700 |
commit | 74ca51eac39dbed18dbcbcd0f00b50562b90361f (patch) | |
tree | f1568f97b59c2e81c6fe6b66a46e3ded6c18c875 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | f33dc8e4388cb1cc6a9212bc0618542c80b5c1ee (diff) | |
download | llvm-74ca51eac39dbed18dbcbcd0f00b50562b90361f.zip llvm-74ca51eac39dbed18dbcbcd0f00b50562b90361f.tar.gz llvm-74ca51eac39dbed18dbcbcd0f00b50562b90361f.tar.bz2 |
[NFC][TableGen] Use private inheritance for TrailingObjects (#138027)
- Use private inheritance for `TrailingObjects` as suggested in the
documentation for `TrailingObjects` class.
- Move std::uninitialized_copy calls from various `get` functions to the
constructors of respective classes.
- Eliminate `NumArgNames` from `DagInit`. Its always equal to `NumArgs`.
- Eliminate unused `name_size/name_empty` from `DagInit`.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions