]> granicus.if.org Git - clang/commit
clang-format: Make alignment of trailing comments optional ..
authorDaniel Jasper <djasper@google.com>
Wed, 31 Jul 2013 23:55:15 +0000 (23:55 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 31 Jul 2013 23:55:15 +0000 (23:55 +0000)
commit893ea8d0a6420591d966fa0e7135e510b1523b57
tree59a5eae3fe33e24b8764a0ab805ee4de9580327b
parentb087a5d13d6edd8b54fbb0683d6b9d1768a86c47
clang-format: Make alignment of trailing comments optional ..

.. in order to support WebKit style properly.

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