diff options
author | Alex Langford <apl@fb.com> | 2019-08-26 21:09:57 +0000 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2019-08-26 21:09:57 +0000 |
commit | 5e777e1ed2889953153c02caa2fbf2b1979dc21f (patch) | |
tree | 6060bcb8b777187ae614a21067d32a38de33f183 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | 90e00bd8f3e1e03a9390c2531b90117498d2c78f (diff) | |
download | bcm5719-llvm-5e777e1ed2889953153c02caa2fbf2b1979dc21f.tar.gz bcm5719-llvm-5e777e1ed2889953153c02caa2fbf2b1979dc21f.zip |
[Core] GetAPInt should return an Optional
The current implementation returns a bool for indicating success and
whether or not the APInt passed by reference was populated. Instead of
doing that, I think it makes more sense to return an Optional<APInt>.
llvm-svn: 369970
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions