diff options
author | flovent <flbven@protonmail.com> | 2025-10-10 21:13:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-10 21:13:49 +0800 |
commit | 1d3ad74667e86a1ba19285e58d14156cce3de89d (patch) | |
tree | d35ae9c7ccde8dcde4264449e0080202ec809357 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | a833d902ae041e597cf7252d07198df470c0b736 (diff) | |
download | llvm-1d3ad74667e86a1ba19285e58d14156cce3de89d.zip llvm-1d3ad74667e86a1ba19285e58d14156cce3de89d.tar.gz llvm-1d3ad74667e86a1ba19285e58d14156cce3de89d.tar.bz2 |
[clang-tidy] Fix insertion location for certain function pointers in `cppcoreguidelines-init-variables` (#162218)
This patch starts to find terminator from `VarDecl`'s end location
rather than it's `getLocation()` to ignore terminator(`,`) in function
paramaters list.
Kind of follow up to #112091
Closes #161978 .
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions