diff options
author | Tobias Hieta <tobias.hieta@ubisoft.com> | 2022-05-20 16:11:02 +0200 |
---|---|---|
committer | Tobias Hieta <tobias@hieta.se> | 2022-05-20 16:11:20 +0200 |
commit | 749fb33e82ff19d656af9c9205f3ac81c1ce52d8 (patch) | |
tree | e590cd91b9acd273e69690db0ecf1b8e7170e99e /lldb/test/Shell/ScriptInterpreter/Python/eof.test | |
parent | 5450db5f54b86f908ce67cb681fbdf86b88abc54 (diff) | |
download | llvm-749fb33e82ff19d656af9c9205f3ac81c1ce52d8.zip llvm-749fb33e82ff19d656af9c9205f3ac81c1ce52d8.tar.gz llvm-749fb33e82ff19d656af9c9205f3ac81c1ce52d8.tar.bz2 |
[clang-format] Don't break lines after pragma region
We have autogenerated pragma regions in our code
which where awkwardly broken up like this:
```
#pragma region foo(bar : hello)
```
becomes
```
#pragma region foo(bar \
: hello)
```
This fixes the problem by adding region as a keyword
and handling it the same way as pragma mark
Reviewed By: curdeius
Differential Revision: https://reviews.llvm.org/D125961
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/eof.test')
0 files changed, 0 insertions, 0 deletions