]> granicus.if.org Git - clang/commit
Also align trailing line comments in include directives.
authorDaniel Jasper <djasper@google.com>
Fri, 18 Jan 2013 09:19:33 +0000 (09:19 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 18 Jan 2013 09:19:33 +0000 (09:19 +0000)
commit7d1185de4405637094d64f960f2b6d01f8bce04e
treeb6c6541cba3bbbd0992fecd86bb2999ac9a2180a
parentdcc2a6269ba86285b20ee76487807b9cd20cefbe
Also align trailing line comments in include directives.

Before:
  #include <a> // for x
  #include <a/b/c> // for yz
After:
  #include <a>     // for x
  #include <a/b/c> // for yz

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