summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorDarwin Xu <darwin.xu@icloud.com>2021-02-27 22:40:57 +0100
committerBjörn Schäpers <bjoern@hazardy.de>2021-02-27 22:56:36 +0100
commite0b1df924ae06d6d88582334087d2eacc6702e8f (patch)
tree8ff38106bba1af79a070348cec50c541351c6c43 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent6f9dd843db4096cb3a63ce55e3f144e52dcaa98e (diff)
[clang-format] Fix AlignConsecutiveDeclarations handling of pointers
This is a bug fix of https://bugs.llvm.org/show_bug.cgi?id=49175 The expected code format: unsigned int* a; int* b; unsigned int Const* c; The actual code after formatting (without this patch): unsigned int* a; int* b; unsigned int Const* c; Differential Revision: https://reviews.llvm.org/D97137
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions