diff options
author | Owen Pan <owenpiano@gmail.com> | 2023-03-05 17:52:42 -0800 |
---|---|---|
committer | Owen Pan <owenpiano@gmail.com> | 2023-03-06 13:07:23 -0800 |
commit | a02c3af9f19d805411364e7a0de785c1d1c4e348 (patch) | |
tree | 0234e0cc9ee48589e3fdc4d694d2af00f247a4a9 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | a00801d94b02eaebd1385b03fb9e549c07cc8585 (diff) | |
download | llvm-a02c3af9f19d805411364e7a0de785c1d1c4e348.zip llvm-a02c3af9f19d805411364e7a0de785c1d1c4e348.tar.gz llvm-a02c3af9f19d805411364e7a0de785c1d1c4e348.tar.bz2 |
[clang-format] Don't annotate left brace of class as FunctionLBrace
The l_brace of class/struct/union was incorrectly annotated as
TT_FunctionLBrace in the presence of attributes. This in turn
would cause the RemoveSemicolon option to remove the semicolon
at the end of the declaration, resulting in invalid code being
generated.
Fixes #61188.
Differential Revision: https://reviews.llvm.org/D145344
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions