diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-04-19 21:02:45 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-04-19 21:02:45 +0000 |
commit | 61e14d8dfed9f071961fdd3f0b2e8524c9a39b73 (patch) | |
tree | 60c75979513bcafd38c16c18d124466da3986101 /lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py | |
parent | 5af4515788840c5eed5c94fcb6542cdef74e04b2 (diff) | |
download | bcm5719-llvm-61e14d8dfed9f071961fdd3f0b2e8524c9a39b73.tar.gz bcm5719-llvm-61e14d8dfed9f071961fdd3f0b2e8524c9a39b73.zip |
[CodeGen] Use preincrement version of APInt::operator++ instead of postincrement to avoid creating and immediately discarding a temporary APInt.
This is preparation for a clang change to improve the [[nodiscard]] warning to not be ignored on methods that return a class marked [[nodiscard]] that are defined in the class itself. See D32207.
llvm-svn: 300756
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py')
0 files changed, 0 insertions, 0 deletions