diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-06 07:17:22 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-06 07:17:22 +0000 |
commit | 6d9b88dd997c3188446c6f63c852676bc0e6e432 (patch) | |
tree | 6884dabf90d6bd682d74d2c97f1768ab4ff15553 /clang/lib/Sema/SemaOpenMP.cpp | |
parent | 26f165b04e803756b870f59fd5f1ab0cd89d0ae0 (diff) | |
download | bcm5719-llvm-6d9b88dd997c3188446c6f63c852676bc0e6e432.tar.gz bcm5719-llvm-6d9b88dd997c3188446c6f63c852676bc0e6e432.zip |
clang-format: Fix bug in multiline comment wrapping.
Splitting:
/**
* multiline block comment
*
*/
Before:
/**
* multiline block
*comment
*
*/
After:
/**
* multiline block
* comment
*
*/
The reason was that the empty line inside the comment (with just the "*") was
confusing the comment breaking logic.
llvm-svn: 236573
Diffstat (limited to 'clang/lib/Sema/SemaOpenMP.cpp')
0 files changed, 0 insertions, 0 deletions