aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-04-07 18:53:55 +0800
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>2022-04-13 10:56:13 +0800
commit36de2d639eca4cead62a6c6d288a501cee8bb6e7 (patch)
treef753f56f012c0b27ff156e52caf022d9d37e15c3 /lldb/packages/Python/lldbsuite/test
parentb84673b3f424882c4c1961fb2c49b6302b68f344 (diff)
downloadllvm-36de2d639eca4cead62a6c6d288a501cee8bb6e7.zip
llvm-36de2d639eca4cead62a6c6d288a501cee8bb6e7.tar.gz
llvm-36de2d639eca4cead62a6c6d288a501cee8bb6e7.tar.bz2
[NFC] [AST] Reduce the size of TemplateParmPosition
I found this when reading the codes. I think it makes sense to reduce the space for TemplateParmPosition. It is hard to image the depth of template parameter is larger than 2^20 and the index is larger than 2^12. So I think the patch might be reasonable. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D123298
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions