summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-05-06 07:17:22 +0000
committerDaniel Jasper <djasper@google.com>2015-05-06 07:17:22 +0000
commit6d9b88dd997c3188446c6f63c852676bc0e6e432 (patch)
tree6884dabf90d6bd682d74d2c97f1768ab4ff15553 /clang/lib/Sema/SemaOpenMP.cpp
parent26f165b04e803756b870f59fd5f1ab0cd89d0ae0 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud