diff options
| author | mydeveloperday <mydeveloperday@gmail.com> | 2021-11-29 14:22:28 +0000 |
|---|---|---|
| committer | mydeveloperday <mydeveloperday@gmail.com> | 2021-11-29 14:27:16 +0000 |
| commit | 814aabae37757d21d96e22608ccb98e91c1f3a06 (patch) | |
| tree | 38d021a59614164ccc54c64c0b843538131ccf2f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h | |
| parent | 84364bdaabfca35f083c932ffd3a14f3b9ad4f3a (diff) | |
| download | llvm-814aabae37757d21d96e22608ccb98e91c1f3a06.zip llvm-814aabae37757d21d96e22608ccb98e91c1f3a06.tar.gz llvm-814aabae37757d21d96e22608ccb98e91c1f3a06.tar.bz2 | |
[clang-format] regressed default behavior for operator parentheses
{D110833} regressed behavior of spaces before parentheses for operators, this revision reverts that so that operators are handled as they were before.
I think in hindsight it was a mistake to try and consume operator behaviour in with the function behaviour, I think Operators can be considered a special style. Its seems the code is getting confused as to if this is a function declaration or definition.
I think latterly we can consider adding an operator parentheses specific custom option but this should have been explicitly called out as it can impact projects.
Reviewed By: HazardyKnusperkeks, curdeius
Differential Revision: https://reviews.llvm.org/D114696
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h')
0 files changed, 0 insertions, 0 deletions
