aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python/crashlog.py
diff options
context:
space:
mode:
authorEmilia Dreamer <emilia@rymiel.space>2023-04-12 00:33:12 +0300
committerEmilia Dreamer <emilia@rymiel.space>2023-04-12 00:33:17 +0300
commit5dc94b3356bd861d304e1ab61f7bb9ef33bf46b3 (patch)
tree75b05b96f09ec7172be05f49335b7c2e5e7d0faf /lldb/examples/python/crashlog.py
parent8af575657b1dc1113640286b3649842c2473c2cf (diff)
downloadllvm-5dc94b3356bd861d304e1ab61f7bb9ef33bf46b3.zip
llvm-5dc94b3356bd861d304e1ab61f7bb9ef33bf46b3.tar.gz
llvm-5dc94b3356bd861d304e1ab61f7bb9ef33bf46b3.tar.bz2
[clang-format] Don't modify template arguments on the LHS of assignment
After clang-format has determined that an equals sign starts an expression, it will also go backwards and modify any star/amp/ampamp binary operators on the left side of the assignment to be pointers/references instead. There already exists logic to skip over contents of parentheses and square brackets, but this patch also expands that logic to apply to angle brackets. This is so that binary operators inside of template arguments would not be touched, primary arguments to non-type template parameters. Fixes https://github.com/llvm/llvm-project/issues/62055 Reviewed By: owenpan, MyDeveloperDay, HazardyKnusperkeks Differential Revision: https://reviews.llvm.org/D148024
Diffstat (limited to 'lldb/examples/python/crashlog.py')
0 files changed, 0 insertions, 0 deletions