diff options
author | Krasimir Georgiev <krasimir@google.com> | 2017-02-16 12:39:31 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2017-02-16 12:39:31 +0000 |
commit | bb99a36dc0047a4527a825eb24005bc040a09484 (patch) | |
tree | 1b8e6fc14187177b25dc2c440b2370518c930202 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | 58984e7087bc530ac2fae06b3ef15a4f1bc118f9 (diff) | |
download | bcm5719-llvm-bb99a36dc0047a4527a825eb24005bc040a09484.tar.gz bcm5719-llvm-bb99a36dc0047a4527a825eb24005bc040a09484.zip |
[clang-format] Align block comment decorations
Summary:
This patch implements block comment decoration alignment.
source:
```
/* line 1
* line 2
*/
```
result before:
```
/* line 1
* line 2
*/
```
result after:
```
/* line 1
* line 2
*/
```
Reviewers: djasper, bkramer, klimek
Reviewed By: klimek
Subscribers: mprobst, cfe-commits, klimek
Differential Revision: https://reviews.llvm.org/D29943
llvm-svn: 295312
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions