]> granicus.if.org Git - clang/commit
clang-format: Option to removing the space before assignment operators.
authorDaniel Jasper <djasper@google.com>
Wed, 25 Sep 2013 15:15:02 +0000 (15:15 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 25 Sep 2013 15:15:02 +0000 (15:15 +0000)
commit9b4de85e2f47a01974f451d21fed0276ff912e32
tree34d1088d6e6edff3e88d3bc994bc35deb9627515
parent74cd65e8dc60fe9e6c397b3393da7303debbc971
clang-format: Option to removing the space before assignment operators.

Patch contributed by Aaron Wishnick. Thank you!

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