diff options
author | Martin Boehme <mboehme@google.com> | 2022-04-28 16:41:47 +0200 |
---|---|---|
committer | Martin Boehme <mboehme@google.com> | 2022-04-29 15:34:30 +0200 |
commit | 23c10e8d0f97dc38c9f620541c7f3ffd04bef905 (patch) | |
tree | e3fe8a45a9ce9b65ebe194283bf718bcbe7e0dc6 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 23c509754d4b81e5503f8da5caa3d4c00af85afb (diff) | |
download | llvm-23c10e8d0f97dc38c9f620541c7f3ffd04bef905.zip llvm-23c10e8d0f97dc38c9f620541c7f3ffd04bef905.tar.gz llvm-23c10e8d0f97dc38c9f620541c7f3ffd04bef905.tar.bz2 |
[clang] Eliminate TypeProcessingState::trivial.
This flag is redundant -- it's true iff `savedAttrs` is empty.
Querying `savedAttrs.empty()` should not take any more time than querying the
`trivial` flag, so this should not have a performance impact either.
I noticed this while working on https://reviews.llvm.org/D111548.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D123783
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions