diff options
author | Whisperity <whisperity@gmail.com> | 2019-12-24 11:09:24 +0100 |
---|---|---|
committer | Whisperity <whisperity@gmail.com> | 2019-12-24 11:09:24 +0100 |
commit | 002e07208a67351f75e306fdc025661e451df03c (patch) | |
tree | 6dd09eea92d396b61c716d3a74f40a0317b24c8d /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 42dba633a3b3de73d8c27c409ff7414eb64cbc12 (diff) | |
download | bcm5719-llvm-002e07208a67351f75e306fdc025661e451df03c.tar.gz bcm5719-llvm-002e07208a67351f75e306fdc025661e451df03c.zip |
[clang] [ast] CXXRecordDecl::getVisibleConversionFunctions() could be const
The function and its called static helpers don't modify the received
CXXRecordDecl arguments at all as the method's result is put into an
output parameter. Thus they can be const which allows for neatly
grabbing the conversion methods in a context where we only have a const
ASTUnit at hand.
Differential Revision: https://reviews.llvm.org/D71805
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions