summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-09-22 19:07:37 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-09-22 19:07:37 +0000
commit4e7a6fef81b4bfd8842dec76f5179958d65ff087 (patch)
treead4e2878facd2c2248721721a7d60c74ed71c4d1 /lldb/packages/Python/lldbsuite/test/python_api
parent3edda87c428236e263b872888e757b1f778878a4 (diff)
downloadbcm5719-llvm-4e7a6fef81b4bfd8842dec76f5179958d65ff087.tar.gz
bcm5719-llvm-4e7a6fef81b4bfd8842dec76f5179958d65ff087.zip
Set completion priority of destructors and operators to CCP_Unlikely.
Summary: It will move destructors and operators to the end of completion list. Destructors and operators are currently very high on the completion list, as they have the same priority as member functions. However, they are clearly not something users usually choose in completion lists. Reviewers: arphaman, erikjv, bkramer, krasimir Reviewed By: arphaman Subscribers: eraman, klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D38081 llvm-svn: 314019
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud