diff options
| author | Sam McCall <sam.mccall@gmail.com> | 2022-08-23 15:54:48 +0200 |
|---|---|---|
| committer | Sam McCall <sam.mccall@gmail.com> | 2022-08-26 13:16:09 +0200 |
| commit | 56c54cf66bcd6c2266cd96ab4da45c766fbad540 (patch) | |
| tree | 0ac146033bd929ac9049dfcf9c07b72779ea8895 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | 4a56470d0dcd2b6183e7aaf929995b01d986c216 (diff) | |
[pseudo] Placeholder disambiguation strategy: always choose second
Mostly mechanics here. Interesting decisions:
- apply disambiguation in-place instead of copying the forest
debatable, but even the final tree size is significant
- split decide/apply into different functions - this allows the hard part
(decide) to be tested non-destructively and combined with HTML forest easily
- add non-const accessors to forest to enable apply
- unit tests but no lit tests: my plan is to test actual C++ disambiguation
heuristics with lit, generic disambiguation mechanics without the C++ grammar
Differential Revision: https://reviews.llvm.org/D132487
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
