diff options
author | mydeveloperday <mydeveloperday@gmail.com> | 2021-12-17 18:33:17 +0000 |
---|---|---|
committer | mydeveloperday <mydeveloperday@gmail.com> | 2021-12-18 11:38:29 +0000 |
commit | 936a67f089efd31354cf1f1f3b864b81fb5aad0e (patch) | |
tree | d71b470f71757fc2dcd51b9a20e04f462772b60b /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | 1ba99eaf70951a4aa062688577047d8a23bfe54c (diff) | |
download | llvm-936a67f089efd31354cf1f1f3b864b81fb5aad0e.zip llvm-936a67f089efd31354cf1f1f3b864b81fb5aad0e.tar.gz llvm-936a67f089efd31354cf1f1f3b864b81fb5aad0e.tar.bz2 |
[clang-format] Extra spaces surrounding arrow in templated member call in variable decl
https://github.com/llvm/llvm-project/issues/43196
Fixes #43196
-> is incorrectly interpreted as a TrailingReturnArrow if we've seen an auto
```
auto p = new A;
auto x = p -> foo<1>();
```
Reviewed By: curdeius
Differential Revision: https://reviews.llvm.org/D115903
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions