diff options
| author | mydeveloperday <mydeveloperday@gmail.com> | 2020-05-07 19:53:56 +0100 |
|---|---|---|
| committer | mydeveloperday <mydeveloperday@gmail.com> | 2020-05-07 19:53:56 +0100 |
| commit | 5b8ffb414200aa65ab26b16415a98a63d81c14ca (patch) | |
| tree | 44499e8df88145d22c079cebb90354cd96936320 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
| parent | 3125aa99593db9fe17c825fd5984b333bb86437f (diff) | |
| download | llvm-5b8ffb414200aa65ab26b16415a98a63d81c14ca.zip llvm-5b8ffb414200aa65ab26b16415a98a63d81c14ca.tar.gz llvm-5b8ffb414200aa65ab26b16415a98a63d81c14ca.tar.bz2 | |
[clang-format] [PR45791] BeforeLambdaBody is confused by comment inside lambda
Summary:
https://bugs.llvm.org/show_bug.cgi?id=45791
Lambda with line comment is incorrectly formatted
```
auto k = []() // comment
{ return; };
````
```
auto k = []() // comment { return; };
```
Reviewed By: Wawha
Subscribers: cfe-commits
Tags: #clang, #clang-format
Differential Revision: https://reviews.llvm.org/D79320
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions
