]> granicus.if.org Git - clang/commit
clang-format: Make it possible to turn off comment reflowing.
authorDaniel Jasper <djasper@google.com>
Tue, 1 Dec 2015 13:28:53 +0000 (13:28 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 1 Dec 2015 13:28:53 +0000 (13:28 +0000)
commitc5e6fe85ed11629997e92029812d48489bcfb1db
tree81d0aa478f173c923434e26d900bf46eb307659c
parentb65b352ab0bf9520abca3a97443e990598961818
clang-format: Make it possible to turn off comment reflowing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254414 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp